SwiftKnife
is a collection of extension, classes, structs and UI elements to help you code faster.
Swift | SwiftKnife | iOS |
---|---|---|
5.0 | 2.x | 10+ |
5.1 | 3.x | 10+ |
Add the following line to your Podfile
pod 'SwiftKnife' ~> '3.5'
SwiftKnife
is fully documented. Checkout the documentation here.
Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub
To generate this project locally, you need xcodegen. It is a great tool to customize a project and generate it on the go.
You can either install it manually following their steps, or just run my setup.sh
script. It automatically installs Homebrew if it is missing, installs xcodegen
, removes existing (if present) .xcodeproj
, run xcodegen
and moves configuratiom files to their appropriate place.