Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in core-data

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

nspredicate multiple items from an array

Why does Apple documentation that getting ManagedObjectContext from UIApplicationDelegate is bad?

iPhone Core Data Migration leads to binary data loss when allow external storage selected

ios core-data migration

Core Data multithread store relations

Core Data - sharing NSManagedObjects among multiple threads

CoreData: Fetch and sort results in the order they were created, without using a timestamp

How do you bind a storyboard view to a Core Data entity when using NSDocument?

Optional binding with try? and as? still produces an optional type

ios swift core-data swift3

Does CoreData on iPhone support IN predicates?

iphone sqlite core-data

how do you create a NSManagedObjectContext

NSManagedObject initWithEntity: insertIntoManagedObjectContext: EXC_BAD_ACCESS

using NSPredicate contains to find characters inside a coredata entity's field

Change Core Data entity name with Lightweight migration?

NSSortDescriptor sort a string field as a number with comparator block not working

ios core-data