I simply want the keyboard of UITextView to appear in dark mode. However UItextView doesn\'t have such a property.
Normally for UITextField you can use the following to
There are 2 simple ways to do this
Programmatically
self.textView.keyboardAppearance = UIKeyboardAppearanceDark;
Storyboard or nib file