Core Data by Tutorials (Sixth Edition): Persisting iOS App Data with Core Data in Swift
Authors: raywenderlich Tutorial Team – Aaron Douglas – Matthew Morey – Pietro Rea
ISBN-10: 1950325040
ISBN-13: 9781950325047
Released: 2019-11-25
Print Length 页数: 275 pages
Book Description
In this book,you’ll master Core Data in iOS using Swift. Comprehensive coverage of Core Data,from beginner to advanced topics. Covers setting up a Core Data Stack,data modeling,versioning and migration,unit testing,improving performance,and much more.
Learn Core Data with Swift!
This book is for intermediate iOS developers who already know the basics of iOS and Swift development but want to learn how to use Core Data to save data in their apps.
Start with with the basics like setting up your own Core Data Stack all the way to advanced topics like migration,performance,multithreading,and more!
Introduction
What You Need
Book Source Code & Forums
Book License
Chapter 1: Your First Core Data App
Chapter 2: NSManagedObject Subclasses
Chapter 3: The Core Data Stack
Chapter 4: Intermediate Fetching
Chapter 5: NSFetchedResultsController
Chapter 6: Versioning & Migration
Chapter 7: Unit Testing
Chapter 8: Measuring & Boosting Performance
Chapter 9: Multiple Managed Object Contexts
Conclusion