June 2016
Intermediate to advanced
214 pages
5h 40m
English
When users select a recipe in our application, we want to display everything about the recipe in one screen so they can easily absorb the information and prepare the recipe. We’ll need one fairly complex UIViewController in order to give them that one-screen access. Take a look at the following screenshot for a sample of the view.

In our UIViewController, we’ll take the data object that was passed to us and display it in one (potentially) lengthy UIScrollView.
The edit button in the UINavigationBar is the interesting part of this view controller. When the edit button is tapped, we enter the edit workflow (we’ll discuss this ...
Read now
Unlock full access