iOS键盘怎么变黑色
当把keyboardAppearance属性设置为UIKeyboardAppearanceDark时,系统弹出的键盘就会变成黑色风格,适合深色主题的应用场景。如果设置为UIKeyboardAppearanceLight,则键盘显示为白色。
当把keyboardAppearance属性设置为UIKeyboardAppearanceDark时,系统弹出的键盘就会变成黑色风格,适合深色主题的应用场景。如果设置为UIKeyboardAppearanceLight,则键盘显示为白色。