UISegmentedControl图像
谁能告诉我当我将自己的图像添加到分段时如何摆脱默认的分段栏?我已向 uisegmentedcontrol 添加了 3 个自定义图像,但当我调试时,该栏仍然存在于后台。
Can anyone tell me how to get rid of the default segmented bar when I add my own images to the segments? I have added 3 custom images to the uisegmentedcontrol but when i debug, the bar is still present in the background.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您还可以使用 setDividerImage (及相关)方法设置分隔线图像。
You can also set the divider image using setDividerImage (and related) methods.