All I want to do is change the font color of the UIDatePicker. I\'ve researched other questions but they\'re all involving changing other properties and customizing the enti
[date_picker setValue:textColor forKey:@"textColor"]; [date_picker performSelector:@selector(setHighlightsToday:) withObject:NO];