소스 검색

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;