Marino Faggiana il y a 7 ans
Parent
commit
9bcbc48da4
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      iOSClient/Main/CCMain.m

+ 3 - 0
iOSClient/Main/CCMain.m

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