I require a custom date picker, essentially just want to remove the graphics in the IOS version but retain the 3 column date scroll. Does it need to be re-built from scratch (all research points to yes) , or is it possible to just disable or swap the images.
Asked
Active
Viewed 3,020 times
3 Answers
1
I haven't tried it myself, but maybe you could just add a UIImageView above the datepicker with a transparent section for the scrolling sections to show through.

benwong
- 2,226
- 1
- 16
- 14
-
I thought about that, however our UI is very minimal, we want to get rid of the gloss and other surrounding graphics. Keep it within our minimal style. – Joshua Feb 04 '11 at 10:41
0
Change UIPickerView background check adam's answer there relating to picker views.
I have altered those before for a picker, so the datepicker might be similar.

Community
- 1
- 1

Tyler Zale
- 634
- 1
- 7
- 23
0
I don't think you can change the images of a UIDatePicker. UIPickerView you can, but as you say, you would lose a lot of functionality.

William Jockusch
- 26,513
- 49
- 182
- 323