How can I change the iOS keyboard background to a darker color i.e. Black?
I will have an app in the App Store called Notes at Night
and I want to use a darker keyboard in the background. How can I install it?
+3
János
source
to share
2 answers
In Swift, you need: textField.keyboardAppearance = .Dark
+7
János
source
to share
use the keyboardAppearence textfield property
+2
Vinod Jadhav
source
to share