I\'m experiencing a weird behavior when using a secondary thread to refresh NSFetchedResultsController contents and I\'d like to know it this is a common issue or I might be doing something wrong.
My cells\' string text (TDBadgedCell) is only updated when I edit data in the table\'s child table. If I edit the same data from a different tab, then go back to this table, the string will not updat
how to convert NSArray/NSMutableArray to NSFetchedResultsController in iPhone SDK. Actually i got number of online users in NSFetchedResultsController format. But now i want to show only those users w
I have two managed object contexts, A and B.These two contexts are kept in sync by merging changes 开发者_如何学Pythonfrom one to the other whenever they\'re saved (by monitoring NSManagedObjectContex
I hope someone can give me some helpful suggestions on what to do about this. I have been trying several ways to sort a set of entities that have the relationship client<-->>job based on a custom
Part of my app is a notes section, a bit like the iPhone\'s built-in notes app. The user taps their note in a UITableView (controlled by NSFetchedResultsController), and the UINavigationController sho
I\'m trying to change the fetchRequest\'s predicate on my NSFetchedResultsController, but when i try to reload the data from the aqgridview, none cell is displayed.
I am doing core data fetches using the standard code provided by Apple, it has the following statement in the beginning of the fetch method.
I have a view controller that is used to populate data from the core data modal into UITableView, in the tableViewDidSelect开发者_如何学PythonRowAtIndexPath delegate method I initialized another view
I have implemented a UITableView with the NSFetchedResultsController to load data from an sqllite database.I downloaded the database from the device to the simulator, so it is the same for both.