Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in core-data

Syncing Core Data across multiple devices using iCloud

ios core-data ios6 sync icloud

What are the advantages of NSBinaryStoreType?

ios cocoa-touch core-data

Core data find-or-create most efficient way

Wipe all data stored with CoreData when the model has changed

Core Data Migration - Can't find mapping model for migration

What's the difference between .xcdatamodeld and BadgerNew.xcdatamodel

xcode core-data

Which MagicalRecord save method

KVO addObserver to CoreData object's one-to-many relationship

CoreData entity with Boolean attribute being saved as an NSNumber object

Why is KVO sending a change notification when both the new and old values are the same?

HowTo create predicate for object count several relationships deep? Core Data iOS Swift

ios core-data swift predicate

How to pull out latitude/longitude coordinates from MKMapItem

App freeze on CoreData save

iphone ios core-data

How to prevent Core Data making duplicates in iOS 5?

NSPredicate filtered by year moth day

ios date core-data nspredicate

Controlling the way NSSortDescriptor sorts nil values in Core Data

ios objective-c core-data

Core Data Model doesn't appear to be reflected in app

ios swift core-data xcode8

Core Data - How can I get the max value from an entity attribute (Swift)

Cross-model relationships in NSManagedObjectModel from merged models?

Good strategies for REST -> XML -> Core Data -> UITableView?