FieldKit icon indicating copy to clipboard operation
FieldKit copied to clipboard

Text field delegate methods

Open jchaager opened this issue 11 years ago • 1 comments

Added in logic to invoke the FKTextFieldDelegate methods for:

textFieldShouldBeginEditing:
textFieldDidBeginEditing:
textFieldShouldEndEditing: 
textFieldDidEndEditing: 

The remaining Delegate methods are not yet implemented.

jchaager avatar Jan 15 '15 19:01 jchaager

There was a stray code change in the [FKTokenField layoutSubviews] method. Removed it to keep the pull request clean.

jchaager avatar Jan 15 '15 19:01 jchaager