Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NSSegmentControl 的高度无法调整。
有没有人知道怎么做?
请告诉我。非常感谢。
NSSegmentedControl 对象实现了一个由多个段组成的水平按钮。而且它也没有提供任何 API 来设置高度。但是您可以使用 - (CGFloat)widthForSegment:(NSInteger)segment 设置宽度。您唯一能做的就是使用下面的 api 设置不同的样式.. - (void)setSegmentStyle:(NSSegmentStyle)segmentStyle