Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 424 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 424 Bytes

iOS App - Fetching Star Wars API Using Core Data Background Context

The iOS app shows an example of fetching remote data from Star Wars API using Core Data Background ManagedObjectContext and merge the results to the View Context that uses NSFetchedResultsController to update the User Interface

Requirements

  1. Xcode 9.4+

Installation

  1. Clone or Download the project
  2. Open in Xcode
  3. Build and Run the project