VGSTextFieldDelegate
@objc
public protocol VGSTextFieldDelegate
Delegates produced by VGSTextField
instance.
-
VGSTextField
did become first responder.Declaration
Swift
@objc optional func vgsTextFieldDidBeginEditing(_ textField: VGSTextField)
-
VGSTextField
did resign first responder.Declaration
Swift
@objc optional func vgsTextFieldDidEndEditing(_ textField: VGSTextField)
-
VGSTextField
did resign first responder on Return button pressed.Declaration
Swift
@objc optional func vgsTextFieldDidEndEditingOnReturn(_ textField: VGSTextField)
-
VGSTextField
input changed.Declaration
Swift
@objc optional func vgsTextFieldDidChange(_ textField: VGSTextField)