Tip
BSGUtilities is deprecated, its code will slowly move to swift-blocks's ObjectiveBlocks target.
BSGUtilities is both a playground to play around some iOS concept and a CocoaPod with utilities. For more details about what it contains, please visit the website.
pod 'BSGUtilities'
Please refer to the website for details about usage.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Install dependencies:
make install
Validate the pod:
make lint
Publish the pod to the repo:
make publish
The easisest way to install the Core Data debug views is via the Storyboard.
Create 3 table view controllers, with the following class names, table view cell identifier and segue identifiers:
BSGEntitiesTableViewControllershould use cells with Right Detail style,BSGEntitiesViewControllerCellcell identifier and Disclosure Indicator accessory using aBSGManagedObjectsTableViewControllersegue.BSGManagedObjectsTableViewControllershould use cells with Right Detail style,BSGManagedObjectsViewControllerCellcell identifier and Disclosure Indicator accessory using aBSGManagedObjectDetailTableViewControllersegue.BSGManagedObjectDetailTableViewControllershould use cells with Left Detail style,BSGManagedObjectDetailViewControllerCellcell identifier