Closed 0xced closed 10 years ago
Implement - (BOOL) textFieldShouldEndEditing:(UITextField *)textField to return NO in the delegate of a HLSTextField.
- (BOOL) textFieldShouldEndEditing:(UITextField *)textField
NO
HLSTextField
Expected result: the text field doesn’t resign its first responder status.
Actual result: the text field resigns its first responder status.
This issue disappeared with the HLSTextField class itself
Implement
- (BOOL) textFieldShouldEndEditing:(UITextField *)textField
to returnNO
in the delegate of aHLSTextField
.Expected result: the text field doesn’t resign its first responder status.
Actual result: the text field resigns its first responder status.