Marino Faggiana 7 anos atrás
pai
commit
a934e8b70d
1 arquivos alterados com 1 adições e 4 exclusões
  1. 1 4
      iOSClient/Main/CCMain.m

+ 1 - 4
iOSClient/Main/CCMain.m

@@ -154,10 +154,7 @@
     self.searchController.searchBar.delegate = self;
     
     [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"];