Beginning Core Data
Jan 24 2017 · Video Course (55 mins) · Beginner
Learn the basics of using Core Data in this beginning series! You’ll learn how to model your data with attributes and relationships; add and update records; and then fetch your data with sorting and filtering options.
Version
- Swift 3, iOS 10, Xcode 8


Storing and Fetching
10:40Learn how to perform a simple Fetch Request to retrieve objects you've stored in Core Data.
Learn how to use managed object subclasses to easily manipulate your data.
Learn how to use sort descriptors and predicates to return only the data you want exactly the way you want it.
Learn how fetched results controllers can make setting up a table or collection view a lot easier!
Conclusion
3:11In this conclusion video, you'll get an overview of what you've learned so far and what you have to look forward to in the Intermediate Series
Comments