Rob Amos

2pods

UAAWSSDK

        An iOS SDK for accessing the Amazon Web Service APIs. Designed to be fully asynchronous, block-based and simple, its much less verbose

than the official iOS SDK and is strongly typed where possible, including use of enum values for known strings.

License: MIT

  • Objective C

UAFilterableResultsController

UAFilterableResultsController provides the following:

  • A NSMutableArray based data source that you can manipulate.
  • A UITableViewDataSource implementation.
  • A UICollectionViewDataSource implementation.
  • Support for applying NSPredicate-based filters on top of your data.
  • All changes are computed and your delegate informed (like NSFetchedResultsController) so they can be animated.

License: MIT

  • Objective C