We cannot change textcolor of placeholder text in storyboard. Manually we can change with the property name.
Addthis code in viewDidLoad
[nameTextField setValue:[UIColor colorWithRed:41.0/255.0 green:91.0/255.0 blue:106.0/255.0 alpha:1.0] forKeyPath:@"_placeholderLabel.textColor"];