CoreData-Fetch-API-Background icon indicating copy to clipboard operation
CoreData-Fetch-API-Background copied to clipboard

iOS App that Fetch Star Wars API Using Core Data Background Context

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