TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | Apache 2 |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
A collection of custom draw controls inspired by the Bootstrap theme. Built off UICustomizeKit.
Dalton, add some examples with pictures and such.
Requires UICustomizeKit. That repo can be found here:
https://github.com/daltoniam/UICustomizeKit
The recommended approach for installing BootstrapUIKit is via the CocoaPods package manager, as it provides flexible dependency management and dead simple installation.
via CocoaPods
Install CocoaPods if not already available:
$ [sudo] gem install cocoapods
$ pod setup
Change to the directory of your Xcode project, and Create and Edit your Podfile and add RestKit:
$ cd /path/to/MyProject
$ touch Podfile
$ edit Podfile
platform :ios, '5.0'
pod 'BootstrapUI'
Install into your project:
$ pod install
Open your project in Xcode from the .xcworkspace file (not the usual project file)
BootstrapUIKit is license under the Apache License.