VamshiIITBHU14 / BackgroundCoreData

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.


Languages

Language:Swift 100.0%