I have tried to set UITextField \"Placeholder\" color as dark.
UITextField
NSAttributedString * search = [[NSAttributedString alloc] initWithSt
It will change textField's palceholder textColor
textField
[yourTextField setValue:[UIColor colorWithRed:150.0f/255.0f green:150.0f/255.0f blue:155.0f/255.0f alpha:1] forKeyPath:@"_placeholderLabel.textColor"];