A comprehensive bundle full of time-savers, for iOS and OSX development.
-
Add the submodule:
$ git submodule add git@github.com:brunodecarvalho/BBBootstrap.git leProject/External/BBBootstrap
-
Add the files under
Classes
to your Xcode project. -
Copy and paste the contents of
Sample-Prefix.pch
to your prefix file
Just add this line on your Podfile
:
pod "BBBootstrap", :git => "https://github.com/brunodecarvalho/BBBootstrap.git"
This package contains:
- UIKit extensions: time-savers that deal with common usage patterns and will save you plenty of lines of code;
- Foundation extensions: handy helpers to foundation classes that'll save duplicated code across projects;
- Utility classes: built to help you deal with every day concurrency (and other) patterns;
- Prefix macros: because
ifdef
'ing onDEBUG
sometimes just isn't enough.
Apache License, Version 2.0