iOS 7 - animação de teclado

Estou tentando entender a nova animação de teclado no iOS 7.0 no iPhone 5 Simulator. Quero redimensionar meuUITableView quando o teclado aparece, mas não consigo obter os detalhes corretos da animação.
Estou usando as informações doNSNotification objeto, quando o teclado aparece ou desaparece.

Aqui está o meu 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

A curva de animação é um valor desconhecido, o que devo fazer?

questionAnswers(6)

yourAnswerToTheQuestion