Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in core-data

Core Data: Create multiple managed objects, but only save some?

iphone core-data favorites

Performance considerations on deleting Managed Objects using Cascade rule in Core Data

Improve speed for updating existing records (~11.000) in Core Data

Avoid duplicated entries when importing data with Magical Record

core-data magicalrecord

RestKit crashes because NSManagedObjectContext is nil in the RKResponseMapperOperation

Core Data migration techniques: moving attribute -> modelled relationship

CoreData insertNewObjectForEntityForName and executeFetchRequest return nil

ios objective-c core-data

Backing up .sqlite (Core Data)

core data NSPersistentStore issue

why is NSFetchedResultsController's fetchedObjects array not always homogeneous

Implement UITableViewDataSourcePrefetching with an NSFetchedResultsController data source

ios swift core-data uikit

Xcode 9 build issue with Date vs NSDate for NSManagedObject

How to save remote notification data into Core Data(Database) from NotificationServiceExtension

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