Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Blackjacx/RADToolKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RADToolKit

Build Status Version Xcode 9.0+ iOS 9.0+ Swift 4.0+ License codebeat badge Downloads Donate

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, just type pod try RADToolKit in your console.

Installation

RADToolKit is compatible with iOS 9.0 or higher and builds with Xcode 9 and Swift 4 syntax. It is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "RADToolKit"

Components

Cryptography

Support for all kinds of cryptographic functions using the CryptoSwift dependency. Have a look on this site to find out more about the framework possibilities.

Foundation

Bundle+Versioning.swift

The Bundle extension provides you with functions to obtain information like versionString and appName which is specified in the Info.plist.

String+Extensions.swift

Support for subscripting, truncation / simple replacements, length checks that handle optional strings so you don't need to check for that and various random text generators.

UserDefaults+Extensions.swift

Support for accessing the user defaults via subscripts.

UIKit

NSAttributedString+Extensions.swift

Support for concatenating NSAttributedString objects while retaining the attributes of the single components.

Contribution

  • If you found a bug, open an issue
  • If you have a feature request, open an issue
  • If you want to contribute, submit a pull request

Author

Stefan Herold, stefan.herold@gmail.com

License

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

About

🚨 THIS REPOSITORY HAS BEEN ARCHIVED IN FAVOR OF https://github.com/Blackjacx/Engine 🚨

Resources

License

Stars

Watchers

Forks

Packages

No packages published