AssociatedUITextFieldDelegate
public class AssociatedUITextFieldDelegate : NSObject, UITextFieldDelegate
Undocumented
-
Undocumented
Declaration
Swift
public func textFieldShouldBeginEditing(_ textField: UITextField) -> Bool
-
Undocumented
Declaration
Swift
public func textFieldDidBeginEditing(_ textField: UITextField)
-
Undocumented
Declaration
Swift
public func textFieldShouldEndEditing(_ textField: UITextField) -> Bool
-
Undocumented
Declaration
Swift
public func textFieldDidEndEditing(_ textField: UITextField, reason: UITextField.DidEndEditingReason)
-
Undocumented
Declaration
Swift
public func textField(_ textField: UITextField, shouldChangeCharactersIn range: NSRange, replacementString string: String) -> Bool
-
Undocumented
Declaration
Swift
public func textFieldDidChangeSelection(_ textField: UITextField)
-
Undocumented
Declaration
Swift
public func textFieldShouldClear(_ textField: UITextField) -> Bool