defagos / CoconutKit

CoconutKit is a productivity framework for iOS, crafted with love and focusing on ease of use
Other
1.15k stars 111 forks source link

HLSTextField doesn’t properly obey its delegate #21

Closed 0xced closed 10 years ago

0xced commented 11 years ago

Implement - (BOOL) textFieldShouldEndEditing:(UITextField *)textField to return NO in the delegate of a HLSTextField.

Expected result: the text field doesn’t resign its first responder status.

Actual result: the text field resigns its first responder status.

defagos commented 10 years ago

This issue disappeared with the HLSTextField class itself