I have a 开发者_StackOverflowtable view controller which fetches items using fetched results controller for each row. When a row is selected it pushes a new view controller to edit that particular man
Hi I want to release my fetchedResults开发者_开发问答Controller. I was wondering why is viewdidunload not called when i push back button on navigation based application.or i should release it somewhe
I am running an update thread which updates a table using coredata. One of the records is called last-update. But when after the update is finished I retrieve the last-update value in the main thread
I am developing an application for iPad but is unable to display the data already save in core data. I have asked this earlier and many people has helped me but still I am having the same problem. Thi
Ok, this one is driving me crazy and I\'ve tried everything I can find on the internet as a possible solution but still nothing.So here is my situation:
I\'m using an NSFetchedResultsController to populate a UITableView with results from a moderately sized Core Data store of ~1500 entities. The results controller is fairly standard - some \"hot spots\
I have a UITableView powered by an NSFetchedResultsController and am trying to properly support reordering.
I have a model with two entities linked by a to-one relationship. I want to display in a TableView all EntityA objects where entityB.myIntAttribute equals a given value. This works when I create a Fet
I have an NSFetchedResultsController inside a subclass of UITableViewController inside a UINavigationController.When I run the app, everything works perfectly the first three times I access the view (
Matt Gallagher wrote a good article on implementing mutli-row selection in a UITableView http://cocoawithlove.com/2009/01/multiple-row-selection-and-e开发者_StackOverflowditing-in.html