UIDatePicker 可用日期
我知道可以为 UIDatePicker 设置最小和最大日期。我想要的是设置交替的可用/不可用日期范围(因此适当的行处于活动状态并且可以选择或灰色且不可选择)。是否可以?
I know that it's possible to set minimum and maximum date for UIDatePicker. What I want is to set alternating available/not available date ranges (so appropriate rows are active & could be selected or gray and not selectable). Is it possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是
UIDatePicker
不可能实现的。您必须使用UIPickerView
自己制作。That is not possible with
UIDatePicker
. You'd have to make that yourself with aUIPickerView
.