sidemenu: fix debug comment

This commit is contained in:
Gautier Pelloux-Prayer 2016-09-02 09:21:13 +02:00
parent 9e1a39a239
commit baacd70b2f

View file

@ -34,10 +34,10 @@
// remove separators between empty items, cf
// http://stackoverflow.com/questions/1633966/can-i-force-a-uitableview-to-hide-the-separator-between-empty-cells
self.tableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectZero];
//}
}
//- (void)viewWillAppear:(BOOL)animated {
// [super viewWillAppear:animated];
- (void)viewWillAppear:(BOOL)animated {
[super viewWillAppear:animated];
_sideMenuEntries = [[NSMutableArray alloc] init];