Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in core-data

CoreData performance about context saving

iphone core-data

Save object in CoreData

iphone core-data

What exactly is a memory page fault?

NSPredicate filter the data via relationship rather than a property

NSManagedObjectContext save doesn't crash but breaks on objc_exception_throw

How to check whether an entity already exists in persistent store

objective-c core-data

Could not cast value of type 'NSKnownKeysDictionary1' () to '' ()

ios swift core-data

Why Does CoreData crash when I add an Attribute?

iphone - store NSTimeInterval on a coredata

iphone core-data

NSManagedObject's managedObjectContext property is nil

Cannot find protocol declaration for 'NSFetchedResultsControllerDelegate'

Model a tree structure in Core Data

ios uitableview core-data

Error message when migrating Core Data store

This NSPersistentStoreCoordinator has no persistent stores (schema mismatch or migration failure). It cannot perform a save operation

How to save multiple entries in CoreData?

ios swift core-data

CoreData delete object

Error: -[UIImage _deleteExternalReferenceFromPermanentLocation] unrecognized selector sent to instance

What does the x-coredata path mean when I 'po' the core data object in lldb?

ios objective-c core-data

Core data query value "is not nil" is not returning object with value equal 0

ios swift core-data

How to encrypt/decrypt my CoreData(sqlite)? Can I use SQLCipher for it?