I am working on TVOS app using Objective C code and storyboard. I want to change background color of full-screen keyboard to black but default color is light gray. Would it be possible to change the color of the full-screen keyboard?
Asked
Active
Viewed 406 times
1

V V
- 774
- 1
- 9
- 29
-
1Possible duplicate of [Customize Keyboard in tvOS](https://stackoverflow.com/questions/33776421/customize-keyboard-in-tvos) – Tamás Sengel Nov 13 '17 at 19:57
-
Thanks @the4kman. UIKeyboardAppearanceDark worked fine – V V Nov 17 '17 at 18:11