BIObjCHelpers 0.4.3

BIObjCHelpers 0.4.3

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Feb 2018

Maintained by Bogdan Iusco.



BIObjCHelpers

Collection of Objective C helpers

Build Status Coverage Status CocoaPods Version Carthage compatible

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