DSTextFieldDelegate
@objc
public protocol DSTextFieldDelegate : UITextViewDelegate
Represents a delegate that is notified of when text has changed for a DSTextField. Extends UITextViewDelegate so all of those methods can be defined as well.
-
Declaration
Swift
@objc optional func textFieldBecameFirstResponder(_ textField: DSTextField)
-
Declaration
Swift
@objc optional func textFieldTextDidChange(_ textField: DSTextField)
-
Declaration
Swift
@objc optional func textFieldDidReturn(_ textField: DSTextField)
-
Declaration
Swift
@objc optional func textFieldDidLayout(_ textField: DSTextField)
-
Declaration
Swift
@objc optional func textFieldShouldUpdateValidationAppearance(_ textField: DSTextField) -> Bool