-
Created two NSFetchedResultsControllers with the same entity in two different view controllers in a UITabbarController. The first view works great but when switching to the second view controller caus…
-
Trying to insert a new Cell with NSFetchedResulltController doesn't seems to reload the cells. New cell doesn't appear event if I put a reloadData after it. It appears when I restarted the app, so the…
-
Hi guys,
I've a little problem with relationships.
I've a viewcontroller that retrieves data from a web service.
I save each entity from the web service and recalculate the relationships like this :
…
-
please add reloadRowsAtIndexPaths to below case:
- (void)controller:(NSFetchedResultsController *)controller
didChangeObject:(id)anObject
atIndexPath:(NSIndexPath *)indexPath
forChangeType:(…
-
Hello, I did every thing like you said in "intallation how to", except git part because I use svn, so I put RestKit to myproject folder.
Still when I want build project I get:
(null): No such file o…
-
@jeffarena, maybe you can shed some light on this for me?
Perhaps this is really due to some faulty setup on my end, but I'm getting Core Data exceptions whenever I attempt to incorporate an `emptyIt…
-
Florian,
Any tips on how I could go about accomplishing this?
And, eventually I'm going to hook this up to NSFetchedResultsController for coreData. I'd be interested in your thoughts as to the bes…
-
Maybe I'm not reading it right, but it seems that insertObjectAtIndex has a wrong assertion at the beginning.
```
- (void)insertObjectAtIndex:(NSInteger)index
{
NSAssert((index >= 0 && index
-
I am using RKFetchedResultsTableController in my project. When I compile and run the application the tableview grabs the JSON from my webservice and stores it in the core data and displays it in the t…
-
I'm sorry I'm not able to figure out my problem why my buddy array is
not getting refresh along with the - (void)controllerDidChangeContent:
(NSFetchedResultsController *)controller
Here is the code:…