mirror of
https://github.com/zhigang1992/RETableViewManager.git
synced 2026-01-12 22:51:51 +08:00
Merge pull request #171 from tasomaniac/patch-1
Removed resignFirstResponder, as becomeFirstResponder is called right after it anyway.
This commit is contained in:
@@ -284,7 +284,6 @@
|
||||
if (!cell)
|
||||
[self.parentTableView scrollToRowAtIndexPath:indexPath atScrollPosition:UITableViewScrollPositionTop animated:NO];
|
||||
cell = (RETableViewCell *)[self.parentTableView cellForRowAtIndexPath:indexPath];
|
||||
[self.responder resignFirstResponder];
|
||||
[cell.responder becomeFirstResponder];
|
||||
}
|
||||
if (self.item.actionBarNavButtonTapHandler)
|
||||
|
||||
Reference in New Issue
Block a user