Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in core-data

Core Data Supporting NSNull

Pass managedObjectContext (Core data) to other classes, correctly done?

Enable saving of document NSManagedObjectContext immediately?

Is there any value in using core data for iPhone apps?

"CoreData could not fulfill a fault" error on deleting core data

managedObjectContext deleteObject:matches not deleting data from Core data base?

What's Core Data's .omo file? Is it required?

core-data

Get name of current core data model

ios core-data

iOS: natural sort order

Assertion failure in -[UITableView _endCellAnimationsWithContext:] with NSFetchedResultsController

ios objective-c core-data

How to open an existing .mom file, or is there any way to see the structure of an existing .mom file

Create temporary CoreData entities (in a non-persistent MagicalRecord context)?

Core Data managed objects in swift - is nil allowed?

ios core-data swift

iOS 8 CoreData Issue 'NSInternalInconsistencyException', reason: 'recordChangeSnapshot:forObjectID:: global ID may not be temporary when recording'

objective-c core-data ios8

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