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
@@ -36,6 +36,9 @@
self.title = NSLocalizedStringFromTable(@"directory_title", @"Vector", nil);
self.tableView.delegate = self;
// Hide line separators of empty cells
self.tableView.tableFooterView = [[UIView alloc] init];
}