我有顏色全部設爲我希望他們用這種方式:調整範圍條的圓形cornors在UISearchController酒吧
// Scope bar appearance
[[UISegmentedControl appearanceWhenContainedIn: [UISearchBar class], nil] setTintColor:[UIColor blueColor]];
[[UISegmentedControl appearanceWhenContainedIn: [UISearchBar class], nil] setBackgroundColor:[UIColor whiteColor]];
但我仍然得到白色透進來並且不是圓的。
見圖片:
我該如何解決這個問題?謝謝。
我不想白色作爲一個非圓邊 – cdub