Remove extraneous cells

This commit is contained in:
Luke Noble 2022-10-30 16:22:44 +00:00
parent 6926e48961
commit 90389a239b
No known key found for this signature in database
GPG Key ID: 03AA6DA204DE950D
1 changed files with 1 additions and 0 deletions

View File

@ -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];