CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

SMInstagramPhotoPicker 0.3.8

SMInstagramPhotoPicker 0.3.8

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Apr 2017
SwiftSwift Version 3.1
SPMSupports SPM

Maintained by Orta Therox.



  • By
  • sweetmans

SMColor Create By Sweetman, Inc

Features

  • [x] Categories for UIColor
  • [x] So easy to use.x
  • [x] Support Swift 3.0
  • [x] Performances!
  • [x] Use GCD and ARC

Requirements

  • iOS 10.0 or later
  • watchOS 3.0 or later
  • OS X 12.0 or later
  • Xcode 8.0 or later

Getting Started

Installation

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

pod "SMColor"
import SMColor

Use

Specify your Hex Color:
view.backgroundColor = UIColor.hex(hex: "#FB8DB4")

Using Builded Color

view.backgroundColor = UIColor.red200
view.textLble.textColor = UIColor.green500

Licenses

All source code is licensed under the MIT License.

Author