To run the example project, clone the repo, and run pod install from the Example directory first.
iOS 9.0+
let color = UIColor(hexString: "#ff3b30")
let color2 = UIColor(hexString: "ff3b30")
let color3 = UIColor(hexString: "FF3b30", alpha: 0.8)let color4 = UIColor(r: 255, g: 204, b: 0)
let color5 = UIColor(r: 0.9, g: 0.8, b: 0.2, a: 0.3)let color6 = UIColor.system.blueEasyColor is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'EasyColor'Aleš Hanžlík, hanzlikale@gmail.com
EasyColor is available under the MIT license. See the LICENSE file for more info.
