How to dynamically change placeholder color of the UITextField? This is always the same system color.
UITextField
No option in xib editor.
You can use the following code
[txtUsername setValue:[UIColor darkGrayColor] forKeyPath:@"_placeholderLabel.textColor"];