我有一个 UISearchBar 必须有灰色调。
我现在遇到的问题是,一旦我设置了任何色调颜色,范围按钮就会获得相同的字体颜色,如果未选择按钮,则会导致对比度非常差。
如果未设置色调,则颜色会因所选状态而异。有没有办法使用淡色来实现这一点?
默认
使用色调
更新
使用po [mySearchBar recursiveDescription]
我发现UISearchbar
具有以下视图层次结构:
<UISegmentedControl>
<_UISegmentedControlBackgroundView>
<UIImageView>
<UISegment>
<UISegmentLabel>
<UIImageView>
<UISegment>
<UISegmentLabel>
<UIImageView>
<UISegment>
<UISegmentLabel>
<UIImageView>
<UISearchBarBackground>