7pods
With Groot you can convert JSON dictionaries and arrays into Core Data object graphs.
License: MIT
When developing hybrid apps surely you'll need to access different native features and resources. Out there are plenty of bridge solutions. Hybridge tries to make easy communication and data exchanging between native (iOS & Android) and Javascript worlds, avoiding too much overhead.
License: MIT
Overcoat is a small but powerful library that makes creating REST clients simple and fun.
License: MIT
Convenience UITableView and UICollectionView data sources.
TGRArrayDataSource
and TGRFetchedResultsDataSource
are reusable classes that implement UITableView
and UICollectionView
data sources using NSArray
and NSFetchedResultsController
respectively. Inspired by Lighter View Controllers.TGRFetchedResultsTableViewController
is a reusable UITableViewController
subclass that processes NSFetchedResultsController
content changes the right way (based on code seen here).License: MIT