marsant
marsant

Reputation: 1108

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?

Upvotes: 7

Views: 1585

Answers (1)

Pradhyuman Chavda
Pradhyuman Chavda

Reputation: 3824

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

Upvotes: 5

Related Questions