facebookarchive / FBFetchedResultsControllerLinks
A drop-in replacement for NSFetchedResultsController built to work around the fact that NSFetchedResultsController does not work with parent/child contexts.
☆351Updated 8 years ago
Alternatives and similar repositories for FBFetchedResultsController
Users that are interested in FBFetchedResultsController are comparing it to the libraries listed below
Sorting:
- Vertically stack views using Auto Layout, with an order specific subclass that uses view tags for ordering.☆424Updated 6 years ago
- Property mapping for Objective-C iOS apps.☆1,122Updated 4 years ago
- [DEPRECATED]☆551Updated 7 years ago
- Runtime configurable local server for iOS apps.☆349Updated 8 years ago
- Reflection for enumerations in Objective-C.☆332Updated 8 years ago
- A Cocoa NSFormatter subclass to convert dates to and from ISO-8601-formatted strings. Supports calendar, week, and ordinal formats.☆599Updated 4 years ago
- Provides a macro that you can use to ensure that a method of an abstract base class *must* be overriden by its subclasses.☆524Updated 9 years ago
- How to use UICollectionView with NSFetchedResultsController☆436Updated 8 years ago
- Data Binding and MVVM for iOS