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
@@ -30,6 +30,9 @@
[self.searchTableView registerNib:HomeSearchTableViewCell.nib forCellReuseIdentifier:HomeSearchTableViewCell.defaultReuseIdentifier];
self.searchTableView.keyboardDismissMode = UIScrollViewKeyboardDismissModeOnDrag;
// Hide line separators of empty cells
self.searchTableView.tableFooterView = [[UIView alloc] init];
}
- (void)displaySearch:(MXKSearchDataSource *)searchDataSource