Core Data with Swift 3 provides an overview of Core Data, including:
- Core Data allows managing object graphs and persistence of data to a SQLite store.
- It demonstrates setting up Core Data with Swift including the managed object model, persistent store coordinator, and managed object context.
- Common Core Data operations like saving, retrieving, filtering and deleting objects are shown.
- Using a fetched results controller to wire a table view to a Core Data model is demonstrated.