如何将多个数组放入 UIPickerview
我在 UIPickerview
中遇到问题,它显示在此屏幕截图中。
我有三个数组。每个数组都会传递到 UIPickerview 中。我可以在 UIPickerview 中显示三列。
我的问题是数组没有传递到每列中,也没有传递到子列中。
我该如何解决这个问题?请帮我。
I have an problem in UIPickerview
, it is displayed in this screenshot.
I have three arrays. Each array is passed into UIPickerview
. I can display the three columns in UIPickerview
.
My problem is that the arrays are not passed into each column and are not passed into the sub-columns.
How can I solve the problem? Please help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 UIPickerView 委托中:
In UIPickerView delegate: