mirror of https://github.com/opa334/TrollStore.git
Remove extraneous cells
This commit is contained in:
parent
6926e48961
commit
90389a239b
|
@ -102,6 +102,7 @@ UIImage* imageWithSize(UIImage* image, CGSize size)
|
|||
[super viewDidLoad];
|
||||
|
||||
self.tableView.allowsMultipleSelectionDuringEditing = NO;
|
||||
self.tableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectZero];
|
||||
|
||||
[self _setUpNavigationBar];
|
||||
[self _setUpSearchBar];
|
||||
|
|
Loading…
Reference in New Issue