Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个设置了日期模式的 UIDatePicker,我想锁定月份和年份选择,这样你只能更改日期,这可能吗?
适当地设置maximumDate和minimumDate。几个月之间的过渡可能是非常需要处理的边缘情况......
maximumDate
minimumDate
请注意,微调器的顺序会因地区而异,因此尝试捕捉触摸可能会失败。
一个快速的替代方法是创建自己的,您可以根据月份/闰年UIPickerView传递一个数组。1...[28-31]对于用户来说可能更直观,而不是拥有 2 个不允许他们旋转的微调器。
UIPickerView
1...[28-31]