1

What is a constant like UIKeyboardFrameEndUserInfoKey for additional Japanese keyboard panel in iphone/ipad?

[[userInfo objectForKey:UIKeyboardAnimationCurveUserInfoKey] getValue:&animationCurve];
[[userInfo objectForKey:UIKeyboardAnimationDurationUserInfoKey] getValue:&animationDuration];
[[userInfo objectForKey:UIKeyboardFrameEndUserInfoKey] getValue:&keyboardEndFrame];
Dmitry
  • 14,306
  • 23
  • 105
  • 189

1 Answers1

1

The constant is the same - UIKeyboardFrameEndUserInfoKey. But - (void)keyboardWillShown:(NSNotification*)aNotification event rises two times.

Dmitry
  • 14,306
  • 23
  • 105
  • 189