开发者

UIDatePicker to show Month and year only [duplicate]

开发者 https://www.devze.com 2023-04-06 11:47 出处:网络
This question already has answers here: Closed 11 years ago. 开发者_Go百科 Possible Duplicate: UIDatePicker select Month and Year
This question already has answers here: Closed 11 years ago. 开发者_Go百科

Possible Duplicate:

UIDatePicker select Month and Year

Is there a way to have a UIDatePicker show month and year only? By default it shows month, day year. I dont want the day to show. I saw this but i dont think its what i need: UIDatePicker select Month and Year.


There is no API to do this. If you would like this feature to be available, please file a report requesting it.

Thus, if you need this in your application, you'll have to recreate it yourself using a UIPickerView.


Implement your own UIPickerView.

0

精彩评论

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