1

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? enter image description here

V V
  • 774
  • 1
  • 9
  • 29

1 Answers1

2

Use UIKeyboardAppearanceDark to make TVOS keyboard screen color dark.

V V
  • 774
  • 1
  • 9
  • 29