TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Aug 2016 |
SPMSupports SPM | ✗ |
Maintained by Stefan Herold.
Tired of creating all the boilerplate code from scratch every time you start a new project? Here is your solution. A tool set that implements all the functionality needed to create a basic app in only one week that will impress your customers. Start your Rapid Application Development NOW and be lightning fast with RADToolKit.
To run the example project, clone the repo, and run pod install
from the Example directory first.
This project requires iOS 8
or higher.
RADToolKit is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "RADToolKit"
Stefan Herold, [email protected]
The extension on UIApplication provides you with a method to obtain the version string from the Info.plist dictionary. To obtain a only the version (without the build number) just set the parameter includeBuildNumber to false.
RADToolKit is available under the MIT license. See the LICENSE file for more info.