UISegmentedControl 按钮之间没有间隙

发布于 2024-11-10 15:10:25 字数 290 浏览 0 评论 0原文

我想删除 UISegmentedControl 中按钮之间的分割(间隙)。分段控件由三个图像创建,每个图像宽度为 60 像素,控件宽度为 180 像素。分段控件的样式是UISegmentedControlStyleBar

但它看起来仍然是这样的: 在此处输入图像描述

我尝试将控件宽度设置为 170 像素甚至更小,但没有效果。

感谢您的帮助。 马丁

I want to remove splits (gaps) between buttons in UISegmentedControl. Segmented control is created with three images, each 60 pixels width, control is 180 pixels width. Style of segmented control is UISegmentedControlStyleBar.

But it still looks like this:
enter image description here

I have tried to set control width to 170 pixels or even less with no effect.

Thank you for your help.
Martin

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

°如果伤别离去 2024-11-17 15:10:25

您需要创建自己的自定义视图。

you need to create your own customized view.

坏尐絯 2024-11-17 15:10:25

您还可以使用与按钮颜色相同的图像在分段控件上调用 setDividerImage:

You could also call setDividerImage: on the segment control with an image which is the same color as your buttons.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文