How to dynamically change placeholder color of the UITextField? This is always the same system color.
UITextField
No option in xib editor.
Use below code
[YourtextField setValue:[UIColor colorWithRed:97.0/255.0 green:1.0/255.0 blue:17.0/255.0 alpha:1.0] forKeyPath:@"_placeholderLabel.textColor"];