如何使用 .plist 文件填充 UIPickerView?
我想根据用户选择从多个 .plist 文件中填充 one.plist 文件。 如何使用 .plist 文件填充 UIPickerView ?
I want to populate one.plist files from a number of .plist files as per the user selection .
How to populate UIPickerView with a .plist file ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不太明白你的问题,但这就是我的猜测。您可能想要从 .plist 文件加载数据,然后填充 UIPickerView。
以下是加载 .plist 文件的示例代码:
I don't understand your question well but here is what I guess. You may want to load data from a .plist file and then fill in the UIPickerView.
Here is a sample code for loading a .plist file: