The Recipe List

When users launch our application, they’re immediately presented with a list of recipes. The list is represented in the storyboard as a UITableView with a prototype cell. We’re using a basic cell in the prototype, as shown here.

images/Storyboard1.png

Associated with this UI element in the storyboard, we also have a UIViewController named PPRMasterViewController. The data for this UITableViewController is driven by an NSFetchedResultsController (which we explore in detail in Chapter 3, iOS: NSFetchedResultsController). Right now we’re concerned with the segues of this UIViewController. The segues describe the transition that our application uses when ...

Get Core Data in Objective-C, 3rd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.