TextFieldConfiguration
public struct TextFieldConfiguration
Undocumented
-
Text Field configuration initalizer
Declaration
Swift
public init(backgroundColor: UIColor, borderColor: UIColor, textColor: UIColor, cornerRadius: CGFloat, borderWidth: CGFloat, placeholderForegroundColor: UIColor)Parameters
backgroundColorthe textField’s background color
borderColorthe textField’s border color
textColorthe textField’s text color
cornerRadiusthe textField’s corner radius
borderWidththe textField’s border width
placeholderForegroundColorthe textField’s placeholder foreground color
View on GitHub
TextFieldConfiguration Structure Reference