I an working on a data entry screen, where one of the fields is selected from a list of existing objects.On the main screen, I create a new instance of a managed object within my ManagedObjectContext,
You know how you can Reset the coredata store o开发者_JAVA技巧n an iPhone simulator when you\'ve changed your entity structure?
I am very new to CoreData and would like to do something like this. I have 2 Entities Cave.titleCondition.date
When using Core Data, Xcode seems to modify the .xcdatamodel/layout file every time I view the data model. I don\'t want开发者_开发百科 to commit that change because I haven\'t done anything. Is it sa
I have tried to use fetched properties a couple of times, and although it seems to be the right approach, it never works.
I\'m working with an app using CoreData. I have a simple structure: Name Lastname I need to update an entry so I do:
I have an iPhone Application that I would like to port to the iPad.Many user already have the iPhone App installed on their iPad.
Hi I do have a problem with my Core Data storage! I delete it the following way like I found it here an stack overflow:
I am doing someFunction that will Donwload data from MyAPI and save to core datarepeatly example ======================
We are developing an IPad application with synchronization support, this synchronization logic is launched at the startup of the application to check if there are any updates by invoking a WCF service