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

1.修复新手引导暗色模式的显示bug

huangxiaodong пре 8 месеци
родитељ
комит
1f444ada0c
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      创维盒子/双子星云手机/NAS/view/newerGuideView.m

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

@@ -97,6 +97,7 @@
 //    }];
     
     UITextView *contentTV = [[UITextView alloc] init];
+    contentTV.backgroundColor = [UIColor whiteColor];
     contentTV.textColor = [UIColor hwColor:@"#0A132B"];
 //    contentTV.font = [UIFont systemFontOfSize:16.0];
 //    contentTV.textAlignment = NSTextAlignmentCenter;