Skip to content

nomtek/NTCoreData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NTCoreData

NTCoreData is small library that helps perform saves and fetches asynchronously in Core Data. Each save and fetch is done asynchronously. All heavy lifting regarding managing threads and context is done by NTDatabase class.

This library was inspiered by this article by Florian Kugler. For now it implements following stack in core data:

image

We are going to implement last stack later on without changing class interface. So stay tuned.

Example

You can look at the example app to see how to perform fetches, saves, updates. Also please read documentation provided in class to fully understand how this works.

TODO

  • Implement better examples;
  • Add to pods;
  • Implement Stack#3 from articel.

Authors and Contributors

Project is developed by Nomtek.

License

NTCoreData is licensed under the Apache 2.0 License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published