Marino Faggiana 7 years ago
parent
commit
9bcbc48da4
1 changed files with 3 additions and 0 deletions
  1. 3 0
      iOSClient/Main/CCMain.m

+ 3 - 0
iOSClient/Main/CCMain.m

@@ -155,6 +155,9 @@
     
     [CCNetworking sharedNetworking].delegate = self;
     
+    //
+    //self.edgesForExtendedLayout = UIRectEdgeNone;
+    
     // Custom Cell
     [self.tableView registerNib:[UINib nibWithNibName:@"CCCellMain" bundle:nil] forCellReuseIdentifier:@"CellMain"];
     [self.tableView registerNib:[UINib nibWithNibName:@"CCCellMainTransfer" bundle:nil] forCellReuseIdentifier:@"CellMainTransfer"];