iOS 7 - Tastaturanimation

Ich versuche die neue Tastaturanimation in iOS 7.0 auf dem iPhone 5 Simulator zu verstehen. Ich möchte meine Größe ändernUITableView wenn die Tastatur angezeigt wird, ich aber nicht die richtigen Animationsdetails erhalte.
Ich benutze die Informationen aus demNSNotification Objekt, wenn die Tastatur erscheint oder verschwindet.

Hier ist mein Log:

Move keyboard from {{0, 920}, {320, 216}} to {{0, 352}, {320, 216}}
 with duration: 0.400000
 and animation curve: 7

UIViewAnimationCurveEaseInOut = 0
UIViewAnimationCurveEaseIn = 1
UIViewAnimationCurveEaseOut = 2
UIViewAnimationCurveLinear = 3

Die Animationskurve ist ein unbekannter Wert. Was soll ich tun?

Antworten auf die Frage(6)

Ihre Antwort auf die Frage