forked from mirrors/linphone-iphone
sidemenu: fix debug comment
This commit is contained in:
parent
9e1a39a239
commit
baacd70b2f
1 changed files with 3 additions and 3 deletions
|
|
@ -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];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue