Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in core-data

how TRUEPREDICATE differ from [NSPredicate predicateWithValue:YES]?

core-data

Create complicated NSCompoundPredicate in swift 3

Save Array of Strings to CoreData

arrays swift core-data

NSFetchedResultsController + UICollectionViewDiffableDataSource + CoreData - How to diff on the entire object?

How to split an entity in Core Data migration mapping

Is this a bug in the documentation? -existingObjectWithID:error: or -objectWithID: seem to claim different things that don't match

iphone core-data

How to get the ID of an object saved to Core Data's managed object context?

iPhone: NSFetchedResultsController with delegate and data update from a separate thread

iPhone: CoreData, Sorting by 2 columns

iphone core-data

Increment the value of a core-data model field

NSFetchedResultsController that contains objects from a relation

How to migrate core data by deleting old one on App Update

Does anyone know whats going on here ? Core Data / iCloud

Why is awakeFromInsert called twice?

Simple way to store NSMutableAttributedString in CoreData

Change Core Data Attribute Type from Integer32 to String

Is it possible to use a group by count in the havingPredicate for a CoreData fetch (for dupe detection)?

ios core-data nsexpression

Save json to CoreData as String and use the String to create array of objects

ios arrays json swift core-data

CoreData: How to sort NSManagedObject by its primary key?

Using NSPredicate to match against a list of integers

objective-c core-data