gpt4 book ai didi

iphone - UISegmentedControl 没有圆角?

转载 作者:行者123 更新时间:2023-12-03 18:48:57 33 4
gpt4 key购买 nike

有没有办法摆脱 UISegmentedControl 的圆角或者它是默认行为?

最佳答案

有一些非常简单的方法可以让您摆脱 UISegmentedControl 上的圆形垃圾...将样式更改为“7”。我不是在开玩笑。我刚刚想通了:

    // Magic number ... (it's cheating, but it works)
mySegmentedBar.segmentedControlStyle = 7;

这与 UISearchBar 范围栏中使用的控制样式相同,如下所示:

Search Bar With Scope

但是,如果有人只想要范围栏,而不需要搜索,他们通常会陷入像这样的 UISegmentedControl 垃圾(带有圆角):

BarStyle

或者更糟糕的是,这......

BezeledStyle

值得庆幸的是,通过切换到栏样式“7”,我们获得了停止栏的精确外观,而无需所有子类化和drawRect hackery:

enter image description here

关于iphone - UISegmentedControl 没有圆角?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1834244/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com