UIDatePicker highlights today's date - how can I change that color?

You can't, not without recreating UIDatePicker from scratch. If you want this ability, please request it at bugreport.apple.com .

Up vote 3 down vote favorite 1 share g+ share fb share tw.

UIDatePicker highlights today's date in it's blue color, but I'd like it to use a different color for this. How can I change it? Iphone objective-c uidatepicker link|improve this question asked Aug 14 '11 at 16:59Andrew1,186521 71% accept rate.

You can't, not without recreating UIDatePicker from scratch. If you want this ability, please request it at bugreport.apple.com.

It seems UIDatePicker is not customizable via a delegate like UIPickerView. If you need this functionality, your best bet is probably to create your own custom date picker from a UIPickerView. You'll have to code up all the date logic though.

If you need more help. Please refer to this link: How to change Font of UIDatePicker? Remove UIDatePicker's color Hope this helps you.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions