-
Lots of Core Data applications will use `NSFetchedResultsController` to manage their `UITableView`s and `UICollectionView`s.
It provides a good level of control through its delegate protocol, and let…
-
Hi,
I'm having a strange problem with using the NSFetchedResultsController. I have a database setup like described http://martiancraft.com/blog/2015/03/core-data-stack/.
I have described a entity ca…
-
As data source of iCarousel I'm using FetchResultController.
In its delegate method I want to update views when data has changed.
Its not refreshed get when I want to do this animated.
```
- (void)co…
elmyn updated
11 years ago
-
Can this library be integrated with NSFetchedResultsController (Core Data)? Or is there any kind of incompatibility?
Thanks.
-
I believe this is supposed to be a drop-in replacement for NSFetchedResultsController. NSFetchedResultsController allows a transient (non-persisted) property for sectionNameKeyPath. This is a very imp…
-
Hey not sure if you can do this, but is it possible to create sections from values inside an object? Like NSFetchedResultsControllers sectionKeyPath property?
-
First of all, thanks for really awesome framework, it looks much better than monstrous MagicalRecord.
I'm using ObjectiveRecord in one of my project, and it takes advantage of NSFetchedResultsControl…
-
Hi there. I am using the latest TLIndexPathTools (0.4.3) with Core Data and came across a bug that seems to be related to TLIndexPathController (or my understanding of it.)
In short, TLIndexPathContr…
-
Crashes when checking for retain cycles in generation. In my app I open a tableviewcontroller and then close it. The table is backed by an NSFetchedResultsController.
Value of aCls is NSManagedObje…
-
When compiling Chameleon in Lion + Xcode 4.1, there are tens of errors like this:
file://localhost/Users/191919/Desktop/cocoa/Chameleon/UIKit/Classes/NSFetchedResultsController.h: error: Parse Issue:…