I use UISearchController
to search inline with keyboard, textfield and results in one screen. Does tvOS
allow to customize keyboard? I want to use dark design, but I don't know how to customize the keyboard.
For example YouTube app did that. They have black screen with white keyboard
A UISearchController
has a UISearchBar
, which conforms to UITextInputTraits
. This means it has a keyboardAppearance
which you can set to UIKeyboardAppearanceDark
to get a dark keyboard appearance. This isn't identical to what happens in the YouTube app, but it's probably the closest you can get.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With