Marino Faggiana 7 năm trước cách đây
mục cha
commit
9bcbc48da4
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      iOSClient/Main/CCMain.m

+ 3 - 0
iOSClient/Main/CCMain.m

@@ -155,6 +155,9 @@
     
     [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"];