MUTextFieldDelegate
@objc
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)