소스 검색

1.暗色模式下 首次开启备份 提示框UI显示底色为黑色问题

huangxiaodong 8 달 전
부모
커밋
8bafb075de
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      创维盒子/双子星云手机/NAS/view/backupsOptionTipView.m

+ 1 - 0
创维盒子/双子星云手机/NAS/view/backupsOptionTipView.m

@@ -55,6 +55,7 @@
     
     
     UITextView *contentTV = [[UITextView alloc] init];
+    contentTV.backgroundColor = [UIColor whiteColor];
     //contentTV.textColor = HW666666Color;//[UIColor hwColor:@"#151515" alpha:0.5];
 //    contentTV.font = [UIFont systemFontOfSize:16.0];
 //    contentTV.textAlignment = NSTextAlignmentCenter;