选择器视图问题
我有 2 段 UIPickerView 一个有数字,第二个“数量”
两个段都没有作为其第一个索引。
我想做的是,每当我从段中选择 None(第一个元素)时, 另一个段的相应第一个元素也应该移动到 None (这是自动的第一个元素。) 有道理吗??
需要指导
I have 2 segment UIPickerView
one is having number and second "Quantity"
Both segment has None as their first index.
what i m trying to do is, whenever i choose None(first element) from an of the segment,
the respective, first element of the other segment should also move to None(which is first element,automatically.)
Makes sense??
Guidance needed
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这很简单,代码如下:
This is pretty simple, here's the code: