Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in core-data

Adding extra sections to a NSFetchedResultsController

how to handle error when saving managedObjectContext?

iphone ipad ios core-data

Fetch Relationship Objects

CoreData save/revert unsaved changes

How to setup KVO on a Collection (NSArray or NSSet) of NSManagedObjects

Best practice for temporary objects in RestKit with Core Data

iOS Core Data Indexed Attribute not improving performance

Why can't I update the boolean value of my core data entity's attribute?

mogenerator doesn't generate any entities even though datamodel contains entities. Reports "No entities found in model. No files will be generated."

ios core-data mogenerator

CoreData to-many add error

ios core-data one-to-many

Can NSManagedObject conform to NSCoding

ios core-data nscoder

[NSFunctionExpression _propertyType]: unrecognized selector sent to instance

Using the new Core Data Batch Updates, is it possible to batch delete?

core-data ios8

Swift - Sharing Core Data Model in App Group (w/ extension)

core-data swift widget

swift loop for...in core data

swift core-data

xCode 7.0 IOS9 SDK: deadlock while executing fetch request with performBlockAndWait

The operation couldn’t be completed. (Cocoa error 133021.) + swift 2

ios swift cocoa core-data

apple mach-o linker error linker command failed with exit code 1 (use -v to see invocation)

How to limit the number of results in a FetchRequest in SwiftUI

Cocoa Touch: When does an NSFetchedResultsController become necessary to manage a Core Data fetch?