UIColorRGBA
Provides a convenience UIColor method for set up a color from a HEX string in Swift.
Installation
CocoaPods:
pod 'UIColorRGBA'
Manual:
Copy UIColorRGBA.swift to your project.
Using
let color = UIColor(rgba: '#134E5E')
License
UIColorRGBA is available under the MIT license. See the LICENSE file for more info.