venmo / VENTokenField

Easy-to-use token field that is used in the Venmo app.
MIT License
794 stars 195 forks source link

Customization to set textFieldShouldReturn #19

Closed vikmeup closed 10 years ago

ayanonagon commented 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.

Let me know if you have questions! :octocat: