3

I will have an App in App Store called Notes at Night and I want to use a more dark keyboard in background. How can I set it?

János
  • 32,867
  • 38
  • 193
  • 353
  • 1
    http://stackoverflow.com/questions/9728847/how-to-change-keyboard-background-color-in-ios – iBhavin Nov 09 '14 at 05:02
  • Possible duplicate of [How to change keyboard background color in iOS?](https://stackoverflow.com/questions/9728847/how-to-change-keyboard-background-color-in-ios) – Krizai Oct 03 '19 at 09:48

2 Answers2

9

In Swift you need: textField.keyboardAppearance = .Dark

János
  • 32,867
  • 38
  • 193
  • 353
2

use property of textfield keyboardAppearence

Vinod Jadhav
  • 1,055
  • 1
  • 15
  • 37