【发布时间】:2015-10-16 21:54:01
【问题描述】:
我已经按照我想要的方式设置了颜色:
// Scope bar appearance
[[UISegmentedControl appearanceWhenContainedIn: [UISearchBar class], nil] setTintColor:[UIColor blueColor]];
[[UISegmentedControl appearanceWhenContainedIn: [UISearchBar class], nil] setBackgroundColor:[UIColor whiteColor]];
但我仍然可以看到白色,而不是四舍五入。
看图:
我该如何解决这个问题?谢谢。
【问题讨论】:
-
我不希望白色作为非圆角边缘
标签: ios ios8 uisearchbar uisegmentedcontrol uisearchcontroller