Posts

Post marked as solved
2 Replies
1.1k Views
This is what I want it to look like.Background color is black and text tint color is white.You can see "Hold to dictate search" message as placeholder of search bar.I would like to force this dark appearance even if user is in light mode.This is the code which was working on tvOS9.``` searchController.searchBar.keyboardAppearance = .Dark searchController.view.backgroundColor = .blackColor()```Now it looks like this on tvOS10 light mode.You can't really see that placeholder anymore.It's there, but tint color is gray or similar value.Is there any solution for this ?
Posted
by toshi0383.
Last updated
.