Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 579 Bytes

File metadata and controls

22 lines (18 loc) · 579 Bytes

Friendface

App that downloads and decodes JSON from the internet, then shows it in a list.

Simple tutorial app that fetch and decode JSON data^ and store in into CoreData with ability to search and represent it.

Topics:

  • CoreData
  • JSONDecoder
  • URLSession
  • Task
  • DataController
  • NSPersistentContainer
  • NSManagedObject
  • @FetchRequest
  • NSManagedObjectContext
  • CoreData constraints
  • NSPredicate
  • Dynamically filtering
  • One-to-many relationships

Screenshot