Closed vikmeup closed 10 years ago
Hi @vikmeup,
Thanks for your pull-request! I'm not convinced that we need an extra property for textFieldShouldReturn since that is already possible by having the delegate handle tokenField:didEnterText: and calling resignFirstResponder on the token field.
textFieldShouldReturn
tokenField:didEnterText:
resignFirstResponder
Let me know if you have questions! :octocat:
Hi @vikmeup,
Thanks for your pull-request! I'm not convinced that we need an extra property for
textFieldShouldReturn
since that is already possible by having the delegate handletokenField:didEnterText:
and callingresignFirstResponder
on the token field.Let me know if you have questions! :octocat: