Hour 18. Using Core Data
Core Data lets you load and save objects to storage transparently by providing a single object definition instead of writing your own classes and your own serialization code. Core Data can use SQLite as a storage medium, letting you easily write iPhone tools that manipulate databases that would not fit in memory. In this hour, you’ll learn how Core Data works so that you understand its performance characteristics.
Using NSSortDescriptor
and NSPredicate
Core Data relies heavily on NSSortDescriptor
and NSPredicate
. Hour 17, “Using the SQLite Database,” pointed out that using code to directly access ...
Get Sams Teach Yourself Cocoa Touch™ Programming 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.