开发者

Is it possible to 're-skin' the IOS Date Picker?

开发者 https://www.devze.com 2023-02-09 01:49 出处:网络
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 ye

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 di开发者_如何学Pythonsable or swap the images.


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.


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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消