I have tried to set UITextField \"Placeholder\" color as dark.
UITextField
NSAttributedString * search = [[NSAttributedString alloc] initWithSt
Try this
[textField setValue:[UIColor blackColor] forKeyPath:@"_placeholderLabel.textColor"];