StarterKit is a basic library that makes creating simple app.
StarterKit is built on top of Overcoat and uses Masonry to auto layout.
If you need to learn more about Overcoat or Masonry, we recommend these resources:
For examples take a look at the StarterKit iOS Examples project in the StarterKit workspace. You will need to run pod install after downloading.
To run the example project, clone the repo, and run pod install
from the Example directory first.
StarterKit supports iOS 8.0+.
StarterKit is available through CocoaPods. To install it, simply add the following line to your Podfile:
source 'https://github.com/smartydroid/Specs.git'
platform :ios, '8.0'
use_frameworks!
inhibit_all_warnings!
pod "StarterKit"
StarterKit is available under the MIT license. See the LICENSE file for more info.