/QuickShotUtils

QuickShotUtils are a couple of Classes and extensions that add some specific quick custom behaviour to already existing code base.

Primary LanguageSwiftMIT LicenseMIT

QuickShotUtils

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.

Utility extensions to:

  • Math
  • String
  • UIColor
  • UIImage
  • UIView
  • UIViewController
  • UINavigationController

UI View Subclasses:

  • QSUFloatingLabelTextField

Utility classes and methods:

  • isNilOrEmpty
  • QSUDeviceExtension
  • QSUTimeUtils
  • QSUPlistUtils

Requirements

  • ARC
  • iOS8

Installation

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'

Usage

import QuickShotUtils

CGFloat.random().round(toDecimals:2)

Example Project

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.

Author

Pedro Brito, pedroml.brito@gmail.com

License

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