VGSCheckoutTextFieldThemeProtocol
public protocol VGSCheckoutTextFieldThemeProtocol
Defines UI Theme for text field.
-
Colors. The textfield’s background color.
Declaration
Swift
var textFieldBackgroundColor: UIColor { get set }
-
The textfield’s border background color.
Declaration
Swift
var textFieldBorderColor: UIColor { get set }
-
The textfield’s focus state color.
Declaration
Swift
var textFieldFocusedColor: UIColor { get set }
-
The text color of the textfield hint (above the text field).
Declaration
Swift
var textFieldHintTextColor: UIColor { get set }
-
The text color of the textfield.
Declaration
Swift
var textFieldTextColor: UIColor { get set }
-
The textfield’s error color.
Declaration
Swift
var textFieldErrorColor: UIColor { get set }
-
Fonts. The font of the textfield.
Declaration
Swift
var textFieldTextFont: UIFont { get set }
-
The font of the textfield hint (above the text field).
Declaration
Swift
var textFieldHintTextFont: UIFont { get set }
-
The font of the error label.
Declaration
Swift
var textFieldErrorLabelFont: UIFont { get set }