Jump to ratings and reviews
Rate this book

Core Data by Tutorials Fourth Edition: IOS 14 and Swift 5.3

Rate this book
Learn Core Data with Swift!

Take control of your data in iOS apps using Core Data, through a series of high quality hands-on tutorials.

Start with with the basics like setting up your own Core Data Stack all the way to advanced topics like syncing with iCloud, migration, performance, multithreading, and more! By the end of this book, you'll have hands-on experience with Core Data and will be ready to use it in your own apps.

Who This Book Is For: 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.

Topics Covered in Core Data by Tutorials:



Your First Core Data App: You'll click File\New Project and write a Core Data app from scratch!
NSManagedObject Subclasses: Learn how to create your own subclasses of NSManagedObject - the base data storage class in Core Data.
The Core Data Stack: Learn how the main objects in Core Data work together, so you can move from the starter Xcode template to your own system.
Intermediate Fetching: This chapter covers how to fetch data with Core Data - fetch requests, predicates, sorting and asynchronous fetching.
NSFetchedResultsController: Learn how to make Core Data play nicely with table views using NSFetchedResultsController!
Versioning and Migration: In this chapter, you'll learn how to migrate your user's data as they upgrade through different versions of your data model.
Unit Tests: In this chapter, you'll learn how to set up a test environment for Core Data and see examples of how to test your models.
Measuring and Boosting Performance: Learn how to measure your app's performance with various Xcode tools and deal with slow spots in your code.
Multiple Managed Object Contexts: Learn how multiple managed object contexts can improve performance and make for cleaner code.

363 pages, Unknown Binding

2 people are currently reading
12 people want to read

About the author

raywenderlich.com Team

31 books10 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
5 (45%)
4 stars
5 (45%)
3 stars
1 (9%)
2 stars
0 (0%)
1 star
0 (0%)
Displaying 1 of 1 review
2 reviews
September 2, 2018
A good tutorial on CoreData.

Awesome book! The book contains detailed tutorials (code included). Especially I liked the chapters about unit testing and multiple contexts.
Displaying 1 of 1 review

Can't find what you're looking for?

Get help and learn more about the design.