Pārlūkot izejas kodu

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

huangxiaodong 1 gadu atpakaļ
vecāks
revīzija
2ad58825a7

+ 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;