rsattar / CLTokenInputView

A replica of iOS's native contact bubbles UI
MIT License
504 stars 127 forks source link

Detect return key #5

Closed MaxHasADHD closed 9 years ago

MaxHasADHD commented 9 years ago

How can I detect the return key being pressed? I want to add a token when user hits return

MaxHasADHD commented 9 years ago

I was trying to detect return with - (void)tokenInputView:(CLTokenInputView )view didChangeText:(NSString )text; but I figured it out now.