János
János

Reputation: 35128

How can I change iOS keyboard background to darker color i.e. to black?

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?

Upvotes: 3

Views: 3179

Answers (2)

János
János

Reputation: 35128

In Swift you need: textField.keyboardAppearance = .Dark

Upvotes: 9

Vinod Jadhav
Vinod Jadhav

Reputation: 1065

use property of textfield keyboardAppearence

Upvotes: 2

Related Questions