https://github.com/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.
https://github.com/vamshiiitbhu14/backgroundcoredata
background-sync coredata coredata-model coredatastack persistent-storage
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/vamshiiitbhu14/backgroundcoredata
- Owner: VamshiIITBHU14
- Created: 2017-11-08T16:18:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-08T16:29:59.000Z (over 7 years ago)
- Last Synced: 2025-04-04T05:22:39.065Z (2 months ago)
- Topics: background-sync, coredata, coredata-model, coredatastack, persistent-storage
- Language: Swift
- Homepage:
- Size: 76.2 KB
- Stars: 29
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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