Reputation: 35128
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?
Notes at Night
Upvotes: 3
Views: 3179
In Swift you need: textField.keyboardAppearance = .Dark
textField.keyboardAppearance = .Dark
Upvotes: 9
Reputation: 1065
use property of textfield keyboardAppearence
Upvotes: 2