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
  • 13,747
  • 21
  • 101
  • 183

1 Answers1

1

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

Dmitry
  • 13,747
  • 21
  • 101
  • 183