浏览代码

clear code

Marino Faggiana 7 年之前
父节点
当前提交
a934e8b70d
共有 1 个文件被更改,包括 1 次插入4 次删除
  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"];