带有图像的 iphone uipickerview
是否可以在 uipickerview 中添加一些图像/图标而不是文本作为项目? 谢谢
it's possible add as item in the uipickerview some images/icons instead of text?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这是绝对可能的。你需要
在这里处理 pickerView 委托方法,你只需返回自定义视图(可以是任何 UIImage UILabel )
并将 userInteractionEnable 属性设置为 no 以自定义视图。
yes it is absolutely possible. u need to handle pickerView delegate method
here you simply return custom view(could be anything UIImage UILabel)
and set userInteractionEnable property to no for customize view..