I\'ve been having trouble trying to set the UIDatePicker font and color. Everything else in my app was fairly straightforward to adjust except
UIDatePicker
you just need to set 2 lines of code in viewdidLoad / viewWillAppear accoding where you using DatePicker.
viewdidLoad
viewWillAppear
dobDatePicker.setValue(UIColor.whiteColor(), forKeyPath: "textColor") dobDatePicker.setValue(false, forKey: "highlightsToday")
See the Result like this: