I am loading a list of objects from CoreData like this: - (NSMutableArray *)loadAllPoisFromCache:(BOOL)includeCustom {
I have some code that loops through an array of NSManagedObjects and stops when it finds a certain record that is stored in an instance variable. The only way I can manage to see if they are the same
Suppose I have a list of books stored in Core Data. I want to search for a book by it\'s primary key ID.
I wish use nsmanagedobject to use a sqlite database into my project.. I downloaded CoreDataBooks sample but there\'s something that I don\'t understand right...
I\'ve implemented a transient property as below on one of the models in my app.It is declared in the model design as a transient property with undefined type.
I have an NSManagedObject subclass which stores URIs of child objects. It initially stores the temporary URI when a child object is first created, and implements -willSave to call -obtainPermanentIDsF
I just started with CoreData yesterday, and I\'m going crazy :( I created a project that uses CoreData (ticked the box -use CoreData). Created the entities, and then created the NSManagedObject classe
A quick question regarding Managed Objects. I created an Array with Managed Objects (in Object 1: TableViewConbtroller), and pass one of those objects to another class/object (object 2: TableCell).
From inside NSManagedObjectContext -save: I am getting this message: Assertion failed: (_Unwind_SjLj_Resume() can\'t return), function _Unwind_SjLj_Resume, file /SourceCache/libunwind/libunwind-24.1
Hey guys, I\'ve got a subclass of an NSManagedObject. In awakeFromInsert and awakeFromFetch I\'m calling an initialization method which, among other things, starts an NSTimer.