CocoaPods trunk is moving to be read-only. Read more on the blog, there are 9 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Feb 2016 |
Maintained by Francisco Rodriguez.
Base Core Data manager for typical Core Data based iOS apps
The idea behind this manager is having a multi context core data base for an app that shows data to the user fetched directly from the database and does background syncing of data.
The manager manages three core data contexts:
It also provides a temporary in memory object context tied to the main thread that can be used to temoporary hold data you are going to discard but want to show to the user in the UI.
Just add the files to your project. The manager will load (and if there are more than one merge) the model files in your project.
Then in your code just use the manager shared instance to access its funcionality: [FRPCoreDataManager sharedInstance].mainObjectContext