TextViewThemeType
public protocol TextViewThemeType
TextViewThemeType defines the theme of a text view
Version
1.8.0Date
04/05/22-
Undocumented
Declaration
Swift
var normalColor: UIColor { get } -
Undocumented
Declaration
Swift
var highlightedColor: UIColor { get } -
Undocumented
Declaration
Swift
var errorColor: UIColor { get } -
Undocumented
Declaration
Swift
var textColor: UIColor { get } -
Undocumented
Declaration
Swift
var placeholderColor: UIColor { get }
TextViewThemeType Protocol Reference