UIColorRGBA 0.5.1

UIColorRGBA 0.5.1

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Jul 2021
SPMSupports SPM

Maintained by Maxim Bilan.



  • By
  • Maxim Bilan

UIColorRGBA

Version License Platform CocoaPods CocoaPods

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.