Collection of Objective C helpers
Use Xcode 7.2 or above for building the projects.
- BIDatasourceTableView - Simple table view datasource
- BIDatasourceFetchedTableView - CoreData table view data
- BIDatasourceFeedTableView - Infinite table view datasource
- BIDatasourceCollectionView - Simple collection view datasource
- BIDatasourceFetchedCollectionView - CoreData collection view datasource
- BIHandlerTableView - Simple table view handler
- NSBundle+BIExtra - NSBundle category for getting the full path of a file
- NSString+BIExtra - NSString category for random string generation and email validation.
- NSDate+BIAttributedString - NSDate category for getting attributed string date components
- BIStartersFactory - Application runner for keeping the AppDelegate simple and clean
- BIStarterProtocol - Protocol to be used by the runner classes
- BIOperationQueue - Simple operation queue