Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 566 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 566 Bytes

Loading and Displaying Dogs from an API

Learn how to use remote APIs with Core Data in the background to manage updating your user interface.

Overview

This sample app shows a list of dog breeds and images from the Stanford Dogs Dataset using a third-party API and imports the data in the background. The user interface updates automatically through NSFetchedResultsController which observes changes to the persitent container's viewContext.

Dog API Stanford Dogs Dataset