/SwiftUEx

Swift extensions

Primary LanguageSwiftMIT LicenseMIT

SwiftUEx

CI Status Version License Platform Swift 2.2.x

#Descrpition SwiftUEx is a collection of useful extensions to use on various types of data

Extensions Provide

Int, TableViewCell, Double, UIView, UINavigationController, Array, String, UIImage, UIImageView, NSDate, UIColor, UILabel

##Helpers Provide Plist get, KeyChainWrapper

Installation

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

pod 'SwiftUEx'

Because SwiftUEx is fully written in Swift, be sure to add use_frameworks! at the top of your Podfile.

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

pod 'SwiftUEx'

Author

sucrewar, sucrewar10@gmail.com

License

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