QuickShotUtils are a couple of Classes and extensions that add some specific quick custom behaviour to already existing code base. This project is now Swift 3 compliant.
- Math
- String
- UIColor
- UIImage
- UIView
- UIViewController
- UINavigationController
- QSUFloatingLabelTextField
- isNilOrEmpty
- QSUDeviceExtension
- QSUTimeUtils
- QSUPlistUtils
- ARC
- iOS8
QuickShotUtils is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'QuickShotUtils', :git => 'https://github.com/pmlbrito/QuickShotUtils.git'
import QuickShotUtils
CGFloat.random().round(toDecimals:2)
An example project is included with this repo. To run the example project, clone the repo, and run pod install
from the Example directory first.
Pedro Brito, pedroml.brito@gmail.com
QuickShotUtils is available under the MIT license. See the LICENSE file for more info.