Marino Faggiana 7 سال پیش
والد
کامیت
9bcbc48da4
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  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"];