MUTextFieldDelegate
public protocol MUTextFieldDelegate : AnyObject
Delegate protocol for MUTextField.
-
Will trigger each time textfield is selected.
Declaration
Swift
func didSelect(_ textField: MUTextField)
-
Will trigger each time textfield loose focus.
Declaration
Swift
func didReturn(_ textField: MUTextField)
-
Will trigger each time textfield is modifying the text.
Declaration
Swift
func editingChanged(_ textField: MUTextField)