Limit this search to....

Pro IOS Persistence: Using Core Data
Contributor(s): Privat, Michael (Author), Warner, Robert (Author)
ISBN: 1430260289     ISBN-13: 9781430260288
Publisher: Apress
OUR PRICE:   $47.49  
Product Type: Paperback - Other Formats
Published: November 2014
Qty:
Additional Information
BISAC Categories:
- Computers | Programming - Macintosh
- Computers | Data Processing
- Computers | Operating Systems - Apple (mac Os & Ios)
Dewey: 005.2
Physical Information: 0.8" H x 7.5" W x 9.25" (1.46 lbs) 388 pages
 
Descriptions, Reviews, Etc.
Publisher Description:

Pro iOS Persistence explains how to build apps in Objective-C and Swift that persist and use data most effectively including the popular Core Data framework. Covering common and advanced persistence patterns, this book prepares any iOS developer to store and retrieve data accurately and efficiently.

This book starts by giving you a solid grounding in Core Data, providing a foundation for the rest of the book. With this knowledge, you'll have all you need to master Core Data and power your data-driven applications. You'll see how to work with SQLite and how to create an efficient data model to represent your data. Once you've established your data model, you'll learn how to work with data objects and refine result sets to get the most out of the stored data.

The advanced portions of the book begin by showing you how to tune your apps' performance and memory usage, to give you a truly professional edge. You'll see how to version and migrate your data as well, to ensure your data stays organized and efficient. Finally, the book covers managing table views with NSFetchedResultsController.