【问题标题】:What is a constant like UIKeyboardFrameEndUserInfoKey for additional Japanese keyboard panel in iphone?iphone中附加日文键盘面板的UIKeyboardFrameEndUserInfoKey之类的常量是什么?
【发布时间】:2012-01-22 09:03:23
【问题描述】:

什么是类似 UIKeyboardFrameEndUserInfoKey 的常量,用于 iphone/ipad 中的附加日语键盘面板?

[[userInfo objectForKey:UIKeyboardAnimationCurveUserInfoKey] getValue:&animationCurve];
[[userInfo objectForKey:UIKeyboardAnimationDurationUserInfoKey] getValue:&animationDuration];
[[userInfo objectForKey:UIKeyboardFrameEndUserInfoKey] getValue:&keyboardEndFrame];

【问题讨论】:

    标签: iphone ios keyboard textview


    【解决方案1】:

    常量是相同的 - UIKeyboardFrameEndUserInfoKey。但是- (void)keyboardWillShown:(NSNotification*)aNotification 事件上升了两次。

    【讨论】:

      猜你喜欢
      • 2022-10-13
      • 1970-01-01
      • 1970-01-01
      • 2018-12-15
      • 2014-07-30
      • 2016-02-13
      • 2014-08-09
      • 2012-01-22
      • 1970-01-01
      相关资源
      最近更新 更多