Merge pull request #171 from tasomaniac/patch-1

Removed resignFirstResponder, as becomeFirstResponder is called right after it anyway.
This commit is contained in:
Max Horvath
2014-09-24 09:34:38 +02:00

View File

@@ -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)