|
|
@@ -0,0 +1,47 @@ |
|
|
###Fantastic and Obscure Core Data Resources |
|
|
|
|
|
######(in no particular order) |
|
|
|
|
|
1. [Using multiple persistent stores with one object model](http://stackoverflow.com/questions/5231775/can-multiple-two-persistent-stores-be-used-with-one-object-model-while-mainta) |
|
|
2. [Multi-Context CoreData](http://www.cocoanetics.com/2012/07/multi-context-coredata/) |
|
|
3. [Multithreading with Core Data on iOS](http://cutecoder.org/programming/multithreading-core-data-ios/) |
|
|
4. [Combining two SQLite stores into one](http://stackoverflow.com/questions/3741668/combining-two-sqlite-stores-into-one) |
|
|
5. [Implementing Fast and Efficient Core Data Import on iOS 5](http://stackoverflow.com/questions/10542097/implementing-fast-and-efficient-core-data-import-on-ios-5) |
|
|
6. [Zarra on Locking](http://www.cocoanetics.com/2013/02/zarra-on-locking/) |
|
|
7. [Core Data Growing Pains](http://wbyoung.tumblr.com/post/27851725562/core-data-growing-pains) |
|
|
8. [Import and Displaying large data sets](http://www.cimgf.com/2011/08/22/importing-and-displaying-large-data-sets-in-core-data/) |
|
|
9. [Fast and Non-blocking](http://www.touchwonders.com/en/fast-and-non-blocking-core-data-back-end-programming/) |
|
|
10. [NSFetchedResultsController and Core Data Managed Object Updates](http://stevenpsmith.wordpress.com/2011/08/12/nsfetchedresultscontroller-and-core-data-managed-object-updates/) |
|
|
11. [UITableView And NSFetchedResultsController: Updates Done Right](http://www.fruitstandsoftware.com/blog/2013/02/uitableview-and-nsfetchedresultscontroller-updates-done-right/) |
|
|
12. [How to filter NSFetchedResultsController (CoreData) with UISearchDisplayController/UISearchBar](http://stackoverflow.com/questions/4471289/how-to-filter-nsfetchedresultscontroller-coredata-with-uisearchdisplaycontroll) |
|
|
13. [Organising Core Data for iOS](http://blog.chrismiles.info/2011/06/organising-core-data-for-ios.html) |
|
|
14. [Optimizing Core Data searches and sorts](http://blog.artlogic.com/2013/01/07/optimizing-core-data-searches-and-sorts/) |
|
|
15. [Super Happy Easy Fetching](http://www.cimgf.com/2011/03/13/super-happy-easy-fetching-in-core-data/) |
|
|
16. [Core Data Queries Using Expressions](http://useyourloaf.com/blog/2012/01/19/core-data-queries-using-expressions.html) |
|
|
17. [Customizing Core Data Migrations](http://9elements.com/io/index.php/customizing-core-data-migrations/) |
|
|
18. [Unit Testing Core Data Manager class](http://blog.goosoftware.co.uk/2013/02/07/unit-testing-a-coredata-manager-class/) |
|
|
19. [Core Data as a Cache](http://engineering.tumblr.com/post/46278886642/core-data-as-a-cache) |
|
|
20. [Options for Full Text Search in Core Data](http://halmueller.wordpress.com/2013/03/31/options-for-full-text-search-in-core-data/) |
|
|
21. [Adding Full Text Search to Core Data App Using SQLite](http://www.adevelopingstory.com/blog/2013/04/adding-full-text-search-to-core-data.html) |
|
|
22. [iOS Full Text Search with Core Data and SQLite](http://blog.lunatech.com/2013/01/24/ios-core-data-sqlite-full-text-search) |
|
|
23. [Turn Core Data Models in JSON](http://touchalicious.com/blog/2009/10/25/turn-core-data-models-into-json.html) |
|
|
|
|
|
####Brent Simmons |
|
|
1. [On switching away from Core Data](http://inessential.com/2010/02/26/on_switching_away_from_core_data) |
|
|
2. [Core Data Revisited](http://inessential.com/2011/09/22/core_data_revisited) |
|
|
|
|
|
####Drew Crawford |
|
|
1. [You Should Use Core Data](http://sealedabstract.com/code/you-should-use-core-data/) |
|
|
2. [Incremental Store Future of Webservices](http://sealedabstract.com/code/nsincrementalstore-the-future-of-web-services-in-ios-mac-os-x/) |
|
|
|
|
|
####Matt Gallager |
|
|
1. [The differences between Core Data and a Database](http://www.cocoawithlove.com/2010/02/differences-between-core-data-and.html) |
|
|
2. [Fetching Managed Object by URI](http://www.cocoawithlove.com/2008/08/safely-fetching-nsmanagedobject-by-uri.html) |
|
|
|
|
|
####Tom Harrington |
|
|
1. [iCloud Complications](http://atomicbird.com/blog/icloud-complications) |
|
|
2. [iCloud Complications, Part 2: De-duplication](http://atomicbird.com/blog/icloud-complications-part-2) |
|
|
3. [iCloud Complications, Part 3: I'm Waiting…](http://atomicbird.com/blog/icloud-complications-part-3) |
|
|
|
|
|
####Michael Heyeck |
|
|
1. [Full Text Search w/ Core Data](http://www.mlsite.net/blog/?page_id=1194) |