BIObjCHelpers 0.4.3× TestsTested ✓ LangLanguage Obj-CObjective C License MIT ReleasedLast Release Feb 2018Maintained by Bogdan Iusco.Installation Guide×Installation Guide for BIObjCHelpersYou want to add pod 'BIObjCHelpers', '~> 0.4' similar to the following to your Podfile:target 'MyApp' do pod 'BIObjCHelpers', '~> 0.4' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try BIObjCHelpersSee PodspecGitHub RepoPage on CocoaPods.orgBIObjCHelpers 0.4.3ByBogdan Iuscobogdaniuscogrigaci/BIObjCHelpersGitHub RepoBIObjCHelpers Collection of Objective C helpers Build Use Xcode 7.2 or above for building the projects. Contains Datasources 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 Handlers BIHandlerTableView - Simple table view handler Categories 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 Starters BIStartersFactory - Application runner for keeping the AppDelegate simple and clean BIStarterProtocol - Protocol to be used by the runner classes Other BIOperationQueue - Simple operation queue