标签: ios ipad keyboard tint
在iOS7中,我们有黑暗和轻巧的键盘。我是否可以通过代码在我的应用中更改这些内容?
答案 0 :(得分:30)
textfield.keyboardAppearance = UIKeyboardAppearanceDark;
答案 1 :(得分:2)
在Swift 3中:
textfield.keyboardAppearance = UIKeyboardAppearance.dark
答案 2 :(得分:0)
对于其他从谷歌发现此问题的人,您也可以从故事板中使键盘变暗。