Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in core-data

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

ios core-data

EXC_BAD_ACCESS (SIGSEGV) when using deleteObject: on Core Data store

NSPredicate predicateWithFormat passing in name of attribute

ios core-data nspredicate

core data - fetch attribute that match one of the values in an array

Magical record migration failing "Can't find model for source store"

core-data magicalrecord

How expensive is it to perform fetch request in Core Data?

iphone core-data

When my relationship delete rule is set to Nullify, will the inverse relationship also be deleted?

iphone core-data

How can I improve core data fetch performance on the iPhone?

iphone core-data

core data : differences between managed object and entities?

CoreData - Update model class instead of creating new

Get indexPath of Core Data object in UITableView

How to fetch specific records in Core data

Property not found on object of … error debugging properties on NSManagedObjects

Swift 3 - Saving images to Core Data

ios core-data swift3 base64

What is the selector syntax for Core Data custom policies?

ios swift core-data swift3

Getting the string value from a NSArray

managedObjectContext save fails with error being null

NSFetchRequest with distinct properties

Does an NSManagedObject retain its NSManagedObjectContext?

how to export Core Data to CSV