can I change the font color of the datePicker in iOS7?
I need similar for my app and have ended up going the long way round. It’s a real shame there isn’t an easier way to simply switch to a white text version of UIDatePicker. The code below uses a category on UILabel to force the label’s text colour to be white when the setTextColor: message … Read more