I would like to know how to change the keyboard background color programmatically in iOS? The background is normally grey but I have already seen black background (behind le
Updating to swift 3.0
let textFieldAppearance = UITextField.appearance() textFieldAppearance.keyboardAppearance = .dark //.default//.light//.alert