开发者

iPhone transparent keyboard

开发者 https://www.devze.com 2022-12-10 07:29 出处:网络
How could I change the look and feel of standard UIKeyboard object. I want to create transparent keyboard for UITextField开发者_运维百科 object.You can set the keyboardAppearance property on your UITe

How could I change the look and feel of standard UIKeyboard object. I want to create transparent keyboard for UITextField开发者_运维百科 object.


You can set the keyboardAppearance property on your UITextField object to UIKeyboardAppearanceAlert:

myTextField.keyboardAppearance = UIKeyboardAppearanceAlert;
0

精彩评论

暂无评论...
验证码 换一张
取 消