如何更改ios分段控件一侧的大小?
https://i.sstatic.net/2KxdM.png
I have this segmented control that I made, however I don't know how to shrink the left button, since there is too much space on the right and left. any suggestions?
theres a link to the image.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以使用方法
setWidth:forSegmentAtIndex:
UISegmentedControl 来控制段的宽度。Yes you can use the method
setWidth:forSegmentAtIndex:
of the UISegmentedControl to control the width of a segment.