Skip to content

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

License

Notifications You must be signed in to change notification settings

bfahey/StanfordDogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages