Описание тега uitextfielddelegate
The methods declared by the UITextFieldDelegate protocol allow the adopting delegate to respond to messages from the UITextField class.
The methods declared by the UITextFieldDelegate protocol allow the adopting delegate to respond to messages from the UITextField
class. On UITextFieldDelegate
, you can find the following methods:
Managing Editing
– textFieldShouldBeginEditing:
– textFieldDidBeginEditing:
– textFieldShouldEndEditing:
– textFieldDidEndEditing:
Editing the Text Field’s Text
– textField:shouldChangeCharactersInRange:replacementString:
– textFieldShouldClear:
– textFieldShouldReturn: