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 ?
Post
Replies
Boosts
Views
Activity
I couldn't find how to test the "Ask to Buy" feature in sandbox.The new flag "simulatesAskToBuyInSandbox" in iOS8.3 does not changes the behavior of StoreKit at all.How do you test this feature in sandbox ?