TextViewThemeType

public protocol TextViewThemeType

TextViewThemeType defines the theme of a text view

Version

1.8.0

Date

04/05/22

Author

Adamas
  • 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 }