Quantcast
Channel: NSCookbook.com »» storyboard
Browsing all 5 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

iOS Programming Recipe 5: Passing Values Between Segues with PrepareForSegue

In Part 1 and 2 of Recipe 3 I stepped through creating a modal relationship using storyboards. There was no code needed to make this relationship using storyboards. If you want to pass information from...

View Article



Image may be NSFW.
Clik here to view.

iOS Programming Recipe 7: Using the UIPickerView

The UIPickerView can be a frustrating element for a new iOS programmer. I know first hand as I was just recently there. For this example I’m going to create a simple color picker. from the picker we...

View Article

Image may be NSFW.
Clik here to view.

iOS Programming Recipe 11: Using The UITableView Part I

In most apps you’re sure to find a table view whenever a list of items needs to be presented. UITableView, similar to UIPickerView, declares both a data source and delegate protocol. The data source...

View Article

Image may be NSFW.
Clik here to view.

iOS Programming Recipe 11: Using The UITableView Part II

In Part I of this recipe we left off with a UITableView that Displayed some creatures which were grouped by type. In this Recipe we’ll be extending the functionality a bit and emplement a delegate in...

View Article

Image may be NSFW.
Clik here to view.

iOS Programming Recipe 14: Implementing A UICollectionViewController

UICollectionView is great for displaying information in a grid or other custom layouts. In iOS 6 you’ll see collection views most likely used in many apps such as the podcasts app for viewing different...

View Article

Browsing all 5 articles
Browse latest View live




Latest Images