Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in core-data

NSPredicate query for not containing a specific string

ios core-data nspredicate

Casting from 'NSPersistentStoreResult' to unrelated type 'Entity' always fails

swift core-data

Resolving 'Failed to call designated initializer on NSManagedObject class'

core-data swift2

How do I sort a swift array containing instances of NSManagedObject subclass by an attribute value (date)

Lightweight migration of a NSPersistentDocument

What are the limitations of NSUserDefaults?

Illegal attempt to establish a relationship 'xyz' between objects in different contexts

CoreData relationship fault?

Core Data - Storing Images (iPhone) [closed]

iphone image core-data storage

NSFetchedResultsController crashing on performFetch: when using a cache

Invalid redeclaration on CoreData classes

Why should I use Core Data for my iPhone app?

iphone core-data

Combining 'AND' and 'OR' Condition in NSPredicate

ios core-data nspredicate

How to deal with Mac OS X Helper/Main app architecture regarding core data, shared preferences and notifications?

How to view data stored in Core Data?

iphone core-data

Why the Extension is "momd" but not "xcdatamodel" when search the path for the Model file

ios core-data

How to create managedObjectContext using Swift 3 in Xcode 8?

ios xcode swift core-data swift3

Implementation of "Automatic Lightweight Migration" for Core Data (iPhone)

case insensitive NSPredicate with single result in CoreData

ios core-data nspredicate

Cannot create a managed object context on iOS

ios core-data