UAFilterableResultsController icon indicating copy to clipboard operation
UAFilterableResultsController copied to clipboard

An NSFetchedResultsController-like implementation with NSMutableArrays as the backing store.

Results 2 UAFilterableResultsController issues
Sort by recently updated
recently updated
newest added

Using UAFilterableResultsController to filter a UICollectionView, but noticed an issue. If we have a list of objects and remove the first item, when moving the second item into the first...

At the moment, I'm using a static size cell, however, it'd be nice to actually size the cells to fit their content. UAFilterableResultsController provides `filteredObjectAtIndexPath` to get items by their...