Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 6 search bar tint clear color becomes black?

I am using the Xcode 6 GM. Adding a search bar with default settings like this

enter image description here

Then i changed the bar tint to "Clear Color" in the attributes inspector, then it becomes this

enter image description here

Back to Xcode 5.1, The same bar tint color change looks more intuitive as the clear color means seeing through.

enter image description here

Is this some kind of bug or an expected changes by the new Xcode?

like image 200
marsant Avatar asked Sep 11 '14 21:09

marsant


1 Answers

Please Try it by change UISearchbar property Search style from default to Minimal.

like image 89
Pradhyuman Chavda Avatar answered Oct 03 '22 16:10

Pradhyuman Chavda