Public rooms search: hide keyboard on scroll

This commit is contained in:
manuroe
2015-12-21 11:17:38 +01:00
parent 6ff5cadfee
commit 342d17e3cc
@@ -73,6 +73,8 @@
UILongPressGestureRecognizer *longPress = [[UILongPressGestureRecognizer alloc] initWithTarget:self action:@selector(onRecentsLongPress:)];
[self.recentsTableView addGestureRecognizer:longPress];
self.recentsTableView.keyboardDismissMode = UIScrollViewKeyboardDismissModeOnDrag;
}
- (void)destroy