romaonthego / RETableViewManager

Powerful data driven content manager for UITableView.
MIT License
2.48k stars 432 forks source link

UIReturnKeyDone is not firing an event #250

Closed virengujariya closed 8 years ago

virengujariya commented 8 years ago

UIReturnKeyDone is not firing -textFieldShouldReturn method when using RETextItem

What should be the method?

virengujariya commented 8 years ago

__weak typeof(self) weakSelf = self; self.password.onReturn = ^(RETextItem *item){ [weakSelf YourFunctionName]; };