改变黑暗与轻巧的键盘iOS7

时间:2013-10-09 12:45:47

标签: ios ipad keyboard tint

在iOS7中,我们有黑暗和轻巧的键盘。我是否可以通过代码在我的应用中更改这些内容?Dark keyboard Light keyboard

3 个答案:

答案 0 :(得分:30)

textfield.keyboardAppearance = UIKeyboardAppearanceDark;

答案 1 :(得分:2)

在Swift 3中:

textfield.keyboardAppearance = UIKeyboardAppearance.dark

答案 2 :(得分:0)

对于其他从谷歌发现此问题的人,您也可以从故事板中使键盘变暗。

enter image description here