FUITextProtocol

public protocol FUITextProtocol : FUIAccessibilityElement

Implementation protocol, unifies interface for UILabel and FUIText

  • Optional string value

    Declaration

    Swift

    var text: String? { get set }
  • Optional UIColor for text

    Declaration

    Swift

    var textColor: UIColor? { get set }
  • Optional UIFont for text

    Declaration

    Swift

    var font: UIFont? { get set }
  • Undocumented

    Declaration

    Swift

    func attributes() -> [NSAttributedString.Key : Any]