CSHasTextColorProtocol

public protocol CSHasTextColorProtocol : AnyObject

Undocumented

  • Undocumented

    Declaration

    Swift

    func textColor() -> UIColor?
  • Undocumented

    Declaration

    Swift

    @discardableResult
    func text(color: UIColor?) -> Self
  • textColor Extension method

    Undocumented

    Declaration

    Swift

    var textColor: UIColor? { get set }