Преглед изворни кода

1.低电量模式显示不全

huangxiaodong пре 5 месеци
родитељ
комит
93ad6899f1

+ 2 - 2
创维盒子/双子星云手机/Class/Set/uploadFile/fileTransfeSet/fileTransfeSetViewController.m

@@ -634,7 +634,7 @@
         return 5+10+30;
     }
     else if (section==1){
-        return 5+10+40;
+        return 5+10+50;
     }
     
     return 5+10+20;
@@ -668,7 +668,7 @@
         }];
     }
     else if(section==1){
-        tailView.frame = CGRectMake(0, 0, SCREEN_W, 5+10+40.0);
+        tailView.frame = CGRectMake(0, 0, SCREEN_W, 5+10+50.0);
         
         UITextView *contentTV = [[UITextView alloc] init];
         contentTV.backgroundColor = [UIColor clearColor];