FUITextProtocol
public protocol FUITextProtocol : FUIAccessibilityElement
Implementation protocol, unifies interface for UILabel and FUIText
-
Optional string value
Declaration
Swift
var text: String? { get set } -
Optional
UIColorfor textDeclaration
Swift
var textColor: UIColor? { get set } -
Optional
UIFontfor textDeclaration
Swift
var font: UIFont? { get set } -
Undocumented
Declaration
Swift
func attributes() -> [NSAttributedString.Key : Any]