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"];