Empty cells: hide them where it is needed

This commit is contained in:
manuroe
2016-01-05 18:18:07 +01:00
parent ebfade0619
commit b8e909cf7f
3 changed files with 9 additions and 0 deletions
@@ -75,6 +75,9 @@
[self.recentsTableView addGestureRecognizer:longPress];
self.recentsTableView.keyboardDismissMode = UIScrollViewKeyboardDismissModeOnDrag;
// Hide line separators of empty cells
self.recentsTableView.tableFooterView = [[UIView alloc] init];
}
- (void)destroy