XCode-是否可以将列和图像添加到 Interface Builder 中的 PickerView?
是否可以将图像和列添加到 XCode Interface Builder 中的选取器视图?
图片在这里:
http://media.tumblr.com/tumblr_l5fgqaBrEo1qar71d.jpg
我应该出现类似的东西..我对开发iPhone应用程序很陌生,但有C#/Java的经验...
有什么提示/输入吗?
提前致谢!!
Is it possible to add images and columns to Picker View in XCode Interface Builder?
Image here:
http://media.tumblr.com/tumblr_l5fgqaBrEo1qar71d.jpg
I'm supposed to come up with something similar.. and I'm quite new to developing iphone app, but do have experience of C#/Java...
any tips/inputs?
thanks in advance!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,只需从选择器的委托返回一个 UIView viewForRow:forComponent: 方法。
Yes, just return a UIView from the picker's delegate's viewForRow:forComponent: method.
克里斯皮克斯说的是正确的。但你不能使用 Interface Builder 创建整个视图
What chrispix says is correct. but you can't create the whole view using Interface Builder