Hi Stackoverflow friends, I am parsing an XML file of the network using NSXMLParser after I got the Data from NSURLConnection.
I have an NSManagedObject with attributes that a user can edit with a view.The view is populated with the values from the object, the user can edit the values, and the values are written back to the o
I am trying to create an iPhone application where the user can add entries. When he presses a new entry, a box will popup asking him for some information. Then he can either press \"Cancel\" or \"Save
A general CoreData/SQLite question Is there a significant difference between these two scenarios when saving a NSManagedObjectContext using an SQLite store:
Is it possible to set multiple properties of an NSManagedObject and have t开发者_高级运维he NSFetchedResultsController call controllerDidChangeContent: only once?
In my project I have some objects that I show from a server, lets call them Foo\'s.When I get my Foo feed, I parse them into a NSMutableDictionary subclass called RemoteFoo, and pass these RemoteFoo o