I am trying to use automatic lightweight migration in my app.I did the following steps: Create new model version.
I\'ve s开发者_高级运维uddenly been tripped up by a bizarre issue.I have a rather extensive CoreData data model, and I\'ve copied it (and the project containing it) over to a new project for a prototyp
I have a simple UITableviewController that used to work fine and now something has broken it.. It presents a simple form that allows me to add a simple 3-field record to a core-data managed object.
I have a UITableView that is backed by core data with sections grouped by date.I can delete and add while I\'m on the that view just fine.The NSFetchController and the UITableView stay in sync just fi
I\'m using the NSFetchedResultsController to show some search results in a UITableView. The search results are requested by the following predicate:
A 1 <----> * B I\'m using core data in an iOS application.A and B are entities that have a 1-to-many relationship between A and B.I have a background thread that updates and creates B. A is up
I am trying to save a new Object to my context, that will have a foreign key reference (relationship many-to-many) to an object already in the database.
I\'m developing an application that needs to be syncronized with remote database. The database is connected to the a web-based application that user able to modify some records on the web page.(add/re
Core Data objects can be retrieved by using an NSFetchRequest or by following relationships with other objects in the graph. Is it fair to say that in a well designed model will contain sufficient rel
So I have an app I\'ve written for the iPad, and I\'d like to be able to allow users to insert images into their documents by selecting an image from an album or the camera. All that works great. Beca