I am facing the strange problem with Xcode 8.0. When i deploy the same code in Xcode 7.3 the search bar text color by default white, and deploy with Xcode 8.0 the search bar text color by default black. My requirement is that i should want to change the search bar text color.
Asked
Active
Viewed 553 times
0
-
Did you solved the issue? Could you please share the solution? – Simón Urzúa Nov 15 '16 at 22:55
1 Answers
0
In Xcode 8 and tvOS 10, has introduced light and dark interface styles. So, if you're using built in components, these components will adapt to user's interface style preference. However, you can opt not to adapt to this change by adding "User Interface Style" (either "Dark" or "Light") in Project > Targets > Info
I hope this helps.

skim
- 2,267
- 2
- 16
- 17