3

我怎样才能改变标准 UIKeyboard 对象的外观和感觉。我想为 UITextField 对象创建透明键盘。

4

1 回答 1

5

您可以将 UITextField 对象上的 keyboardAppearance 属性设置为 UIKeyboardAppearanceAlert:

myTextField.keyboardAppearance = UIKeyboardAppearanceAlert;
于 2009-11-03T16:34:40.733 回答