Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in core-data

Core Data, NSPredicate, ANY key.path == nil

core-data nspredicate

NSPredicate expression to filter on count of a to-many relationship

Core Data entity inheritance --> limitations?

NSFetchRequest could not locate an NSEntityDescription for entity name

Swift 3 iOS10 core data check if record already exist base on id

core-data swift3

iOS 11+ How to migrate existing Core Data to Shared App Group for use in extension?

Prevent Core Data From Combining Entities into One Table

xcode ios core-data

[CFString release]: message sent to deallocated instance

Swift: Converting NSNumber into NSString (NSNumber is not a subtype of NSString)

core-data swift

CoreData error: +entityForName: could not locate an NSManagedObjectModel for entity name

objective-c xcode core-data

Core Data and BOOL setup

iphone core-data ipad

NSPredicate BETWEEN with NSDate causes -[__NSDate constantValue]: unrecognized selector sent to instance 0x1e7ff0

create a Compound Predicate in coreData xcode iphone

XCode 4 Generating classes from entities in CoreData

NSFetchedResultsController refresh refetch?

iphone core-data

Core Data Store included in App Bundle

Clearing a context in Core Data: reset vs deleting registered objects?

Property declaration for to-many relationships in Core Data

Where can I find a good example of a Core Data to-many relationship?