当用户点击搜索文本字段时,我想将键盘的颜色更改为黑色。
我试图用
UITextField *textField = [UITextField appearance];
[textField setKeyboardAppearance:UIKeyboardAppearanceAlert];
但是我的构建失败并显示此消息
由于未捕获的异常“NSInvalidArgumentException”而终止应用程序,原因:“-[UISearchBarTextField _UIAppearance_setKeyboardAppearance:]:无法识别的选择器发送到实例 0x8485260”
请问你能帮我吗?非常感谢