Contents

leftViewMode

A mode that controls when the left overlay view appears in the text field.

Declaration

var leftViewMode: UITextField.ViewMode { get set }

Discussion

The default value for this property is UITextField.ViewMode.never. Note that the left overlay view flips automatically in a right-to-left user interface.

See Also

Managing overlay views