Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in core-data

Using NSFetchedResultsController w/NSBatchDeleteRequest

Core Data Spotlight Integration in iOS

iphone core-data ios spotlight

Core Data: solve a strange EXC_BAD_ACCESS error

iOS8 CoreData "use of unimplemented initializer"

ios core-data swift

iOS Swift - How to store array with Core Data?

ios swift core-data

Is a Persistent Store a requirement for Core Data on the iPhone?

XCode4 - where to look for sqlite file created by core data

iphone sqlite core-data xcode4

CoreData: error: Serious application error. Exception was caught during Core Data change processing

ios objective-c core-data

NSFetchedResultsController: sort descriptors and sections

Objective-C error: Property 'active' is a scalar type on class 'Routine'. Cannot generate a getter method for it

Adding attribute to entity in Core Data

iphone cocoa core-data

How do I find the size of my Core Data persistent store and the free space on the file system?

Creating .sqlite file from Core Data store?

iphone sqlite core-data ios

FMDB Wrapper VS Core Data : Which is easier to Use & Maintain? [closed]

iphone ios database core-data

fetch request for entity.attribute == @"somevalue"

Core Data NSPredicate for date

date core-data nspredicate

Load data into core-data schema

iphone core-data

Core Data executeFetchRequest throws NSGenericException (Collection was mutated while being enumerated)

iphone core-data

NSMutableArray stored with core data = WORKS, but after changing array DOESN'T WORK

Extending a NSManagedObject's delete method