iPhone,pickerView 控制器。
我尝试了很多方法,但没有成功。 我必须使用选择器。 首先它应该有 2 个组件,其次是一个组件,最后是一个组件。 有按钮,按下此按钮后,选择器组件应如上更改。如果有什么办法请分享一下。
I tried many ways, but was not successful.
I have to make use of a picker.
First it should have 2 components, secondly One component and finally one component.
there is button,after pressing this button the picker components should change as above. If there is any way please share it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您的 IBAction 中使用它也使用 int 变量假设 int 检查器(0 表示两个组件,1 和 1 表示 1 个组件)
在 IBAction 中编写这样的代码
,它的 numberOfComponents 数据源方法使用此检查器来使您的如果其他
看起来像这样,
请记住
checker
必须是全局类型。use this in your IBAction also use int variable suppose int checker (0 for two component,1 and 1 for 1 component)
the in
IBAction
write code like thisand it numberOfComponents datasource method use this checker for making your if else
look like this
remember
checker
must be global type.