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

    backgroundColor

    the textField’s background color

    borderColor

    the textField’s border color

    textColor

    the textField’s text color

    cornerRadius

    the textField’s corner radius

    borderWidth

    the textField’s border width

    placeholderForegroundColor

    the textField’s placeholder foreground color