HI I would like to change the background color of the UIDatePicker from the current glossy image to clear just like in this example
Any ideas how to do that? I tried
datepicker.backgroundColor = [UIColor clearColor];
but it didnt work.
HI I would like to change the background color of the UIDatePicker from the current glossy image to clear just like in this example
Any ideas how to do that? I tried
datepicker.backgroundColor = [UIColor clearColor];
but it didnt work.