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