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];
The constant is the same –
UIKeyboardFrameEndUserInfoKey. But- (void)keyboardWillShown:(NSNotification*)aNotificationevent rises two times.