2013-10-09 15 views

Antwort

27
textfield.keyboardAppearance = UIKeyboardAppearanceDark; 
0

in Swift 3:

textfield.keyboardAppearance = UIKeyboardAppearance.dark 
+0

textfield.keyboardAppearance = .dark –

Verwandte Themen