Browse Source

clear code

Marino Faggiana 7 years ago
parent
commit
a934e8b70d
1 changed files with 1 additions and 4 deletions
  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"];