Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in core-data

Forcing NSPersistentContainer change Core Data

How would an iTunes-style Source-List be implemented with Bindings+CoreData in Cocoa?

Core Data not saving changes to Transformable property

iphone core-data

Core Data fetch request fails with: 'NSInternalInconsistencyException', reason: 'statement is still active'

iphone core-data ios

Custom sorting with NSFetchedResultController (subclassing NSSortDescriptor)

Storing large amounts of text in Core Data

objective-c cocoa core-data

Can multiple NSPersistentStoreCoordinator instances be connected to the same underlying SQLite persistent store?

ios core-data

Core Data: storing an array of objects

objective-c ios core-data

Why NSFetchedResultsController is not being updated with new data?

iphone ios4 core-data

Batching Core Data fetch results

Core Data syncable & com.apple.syncservices.Syncable

ios core-data mobileme

Using mergeChangesFromContextDidSaveNotification:saveNotification I am not getting changes show up in main thread

ios objective-c core-data

Store Integers in Core Data using Swift and XCode

core-data swift xcode6

Core Data move data into shared container

Why do I get a CoreData multithreading violation when trying to access a property of a fetched object?

EXC_BAD_ACCESS(code=1, address=0x10) on Core Data Fetch

CoreData & Data Protection

CoreData - how to create a subclass of a subclass of NSManagedObject (Generation Gap pattern)

cocoa cocoa-touch core-data

How to use NSPredicate to catch child objects?

CoreData best practices

iphone core-data