소스 검색

Ipad端-【TV投屏】显示不全

huangxiaodong 1 년 전
부모
커밋
b8065cd528
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      创维盒子/双子星云手机/Class/Set/MySetViewController.m

+ 1 - 1
创维盒子/双子星云手机/Class/Set/MySetViewController.m

@@ -365,7 +365,7 @@
 }
 
 - (UIView *)tableFoorView{
-    UIView *bgView = [[UIView alloc] initWithFrame:(CGRectMake(0, 0, SCREEN_W, 48.f))];
+    UIView *bgView = [[UIView alloc] initWithFrame:(CGRectMake(0, 0, SCREEN_W, 48.f + 40))];
     [bgView setBackgroundColor:[UIColor clearColor]];
     
     tvP2PBtn = [[UIButton alloc] initWithFrame:(CGRectMake(15, 20, SCREEN_W - 2*15.f, 48.f))];