UIColor

extension UIColor
  • Undocumented

    Declaration

    Swift

    convenience init(hex: String)
  • Hex string of a UIColor instance

    Declaration

    Swift

    public func hexString(includingAlpha: Bool = false) -> String

    Parameters

    includeAlpha

    Whether the alpha should be included.