Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 436 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 436 Bytes

CoreDataBGThread

This Project looks like nothing in the UI but it covers an important and complex topic in CoreData , i.e, writing data to Database in background thread so that UI does not get blocked. It uses Swift4 with a lot of reduction in boilerplate code. It also implements using a single managedobjectcontext. Also implements:

  1. Writing complext JSON to CoreData
  2. Using OneToOne and OneToMany relationships among entities