キーボードがどのようにアニメーション化されるかを判断しようとしています。iOS 6 では、有効な値UIKeyboardAnimationCurveUserInfoKey
(0 ~ 3 の値を持つ必要がありUIViewAnimationCurve
ます) を取得しますが、関数は値 7 を返します。キーボードはどのようにアニメーション化しますか? ? 値 7 で何ができるでしょうか?
NSConcreteNotification 0xc472900 {name = UIKeyboardWillChangeFrameNotification; userInfo = {
UIKeyboardAnimationCurveUserInfoKey = 7;
UIKeyboardAnimationDurationUserInfoKey = "0.25";
UIKeyboardBoundsUserInfoKey = "NSRect: {{0, 0}, {320, 216}}";
UIKeyboardCenterBeginUserInfoKey = "NSPoint: {160, 588}";
UIKeyboardCenterEndUserInfoKey = "NSPoint: {160, 372}";
UIKeyboardFrameBeginUserInfoKey = "NSRect: {{0, 480}, {320, 216}}";
UIKeyboardFrameChangedByUserInteraction = 0;
UIKeyboardFrameEndUserInfoKey = "NSRect: {{0, 264}, {320, 216}}";
}}