RADToolKit 0.9.3

RADToolKit 0.9.3

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Aug 2016
SPMSupports SPM

Maintained by Stefan Herold.



RADToolKit

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.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

This project requires iOS 8 or higher.

Installation

RADToolKit is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "RADToolKit"

Author

Stefan Herold, [email protected]

Components

UIApplication+Versioning

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.

License

RADToolKit is available under the MIT license. See the LICENSE file for more info.