ソースを参照

1.创建文件路径 字体设置黑色

huangxiaodong 1 年間 前
コミット
2ad58825a7
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      创维盒子/双子星云手机/Class/Set/uploadFile/fileTransfeSet/view/filePathCreatPopView.m

+ 1 - 0
创维盒子/双子星云手机/Class/Set/uploadFile/fileTransfeSet/view/filePathCreatPopView.m

@@ -105,6 +105,7 @@
     filePathNameTF = [[UITextField alloc] init];
     filePathNameTF.backgroundColor = [UIColor hwColor:@"#F9F9F9" alpha:1.0];
     filePathNameTF.layer.cornerRadius = 8;
+    filePathNameTF.textColor = [UIColor blackColor];
     filePathNameTF.font = [UIFont systemFontOfSize:14.0];
     filePathNameTF.placeholder = NSLocalizedString(@"File_upload_path_new_input_tip",nil);
     filePathNameTF.delegate = self;