Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in core-data

Swift 2 - CoreData - NSManagedObjectContext Cannot invoke 'save' with an argument list of type '(inout NSError?)'

ios core-data uiwebview

Choosing an integer type in core data

cocoa core-data integer

What's the correct way to store a time interval in Core Data?

'no calls to throwing functions occur within 'try' expression [warning] in swift 3

How to insert a new Object into an Entity and set the relationship of that object with an existing object of another entity?

Create a generic Swift function to return an array of Core Data entities

swift generics core-data

NSPrivateQueueConcurrencyType serial or concurrent?

objective-c core-data

Data not persistent in Core Data when app re-launches

ios core-data swift3

how to store my own enum as an attribute in CoreData

ios core-data

How to use NSSet created from Core Data

swift core-data nsset

Fetching Core Data entities, but not sub-entities

cocoa core-data

Regular Expressions in Objective-C and Core Data

objective-c regex core-data

Core Data ANY BETWEEN predicate

What's the difference between -existingObjectWithID:error: and –objectWithID:?

iphone core-data

How does a custom accessor method implementation in Core Data look like?

iphone core-data

Relationship Sync in Core Data

objective-c xcode core-data

Default values of NSManagedObject attributes in Xcode

CoreData - how to add multiple objects in a to-many relationship

CoreData UITableViewController managedObjectContext Error

NSPredicate from Core Data selecting by Object ID (and potentially summing)