Hour 19. Using UITableView on iOS

What You’ll Learn in This Hour:

Looking at table views on Mac OS and iOS

Understanding the structure of UITableView

Setting field labels in UITableView

Moving data from Core Data into UITableView

Working with Table Views and iOS, Mac OS, and Core Data

Table views are a powerful way to display data on both Mac OS and iOS. Because Core Data apps often have large quantities of data to manage, these classes in Cocoa and Cocoa Touch are a good way to go about the job. Core Data on Mac OS and iOS is the same technology: As you have learned, you can even use the same data model on Mac OS and iOS apps so the persistent stores on one can be updated on the other.

Note

Core Data is not multiuser, so those updates ...

Get Sams Teach Yourself Core Data for Mac® and iOS in 24 Hours 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.