A lot of the answers I've seen to this question are either in Objective-C, hacky solutions, or solutions that don't answer the entire question.
I've been able to change the non-selected values colors using:
datePicker.setValue(UIColor.whiteColor(), forKeyPath: "textColor")
Is there a way to change the selected date's color and font from a UIDatePicker without being hacky?