Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 iOS7 中,我们有深色和浅色键盘。我可以通过代码在我的应用程序中更改这些吗?
textfield.keyboardAppearance = UIKeyboardAppearanceDark;
在斯威夫特 3 中:
textfield.keyboardAppearance = UIKeyboardAppearance.dark
对于从谷歌找到这个问题的其他人,您也可以从情节提要中使键盘变暗。