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


source to share


2 answers


In Swift, you need: textField.keyboardAppearance = .Dark



+7


source


use the keyboardAppearence textfield property



+2


source







All Articles