iPad 4.3模拟器是否支持UIKeyboardAppearanceAlert?

时间:2011-06-24 12:26:15

标签: ipad uikeyboard appearance

我使用过这段代码:

myTextField.keyboardType = UIKeyboardTypeNumberPad;
myTextField.keyboardAppearance = UIKeyboardAppearanceAlert;

但是当我在iPad模拟器4.3中运行我的项目时,键盘外观没有改变?

看起来和UIKeyboardAppearanceDefault一样

iPhone 4.3的相同代码工作正常。键盘外观在那里发生了变化。

1 个答案:

答案 0 :(得分:2)

警报模式适用于警报视图中的输入,用于重要事项。它可能有不同的行为。 Apple在App / iTunes / iBookstore Store登录屏幕中使用它。

事实上,在iPad上,外观是一样的。

我认为Apple建议不要使用警报模式。