如何删除 UIPicker (iphone) 的灰/黑边框
我通过将 UIpicker 旋转 90 度以水平模式使用它。 我想摆脱选择器周围的灰色/黑色边框。 有办法做到这一点吗?
谢谢!
I am using an UIpicker in a horizontal mode by rotating it 90 degrees.
I would like to get rid of the grey/black border surrounding the picker.
Is there a way to do that?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我怀疑我们是否可以改变选择器周围的灰色/黑色边框,我们可以修改宽度和高度。
只是一个想法,在 UIPickerView 前面添加一个 UIImageView 来显示您需要的边框。如果存在选择问题,则在正方形的四个边上添加四个图像。
I doubt whether we can change the grey/black border surrounding the picker, we can modify the width and height.
Just a thought, Add a UIImageView in front of the UIPickerView which shows the border you need. If this has the problem of selection then add four images on the four side of the square.