tags:

views:

204

answers:

1

Hi.

I have used UIDatePicker in my app. I want to (actually have to) change the font size (as my app needs) and font family in that datepicker.

Please help, if any body has done that before...

Thanks in advance...

+2  A: 

See: http://stackoverflow.com/questions/676549/iphone-uidatepicker-style

Based on that link, it doesn't look good...

You are most likely going to have to create a custom picker.

MarkPowell