I'm trying to make a view to animate exactly like the keyboard from iOS.
By using the notifications from the UIKeyboard, I was able to set everything up. The only thing that I can't match is the easing type.
I'm checking that the UIKeyboard is sending me a value of uint 7, I couldn't find this value in the UIViewAnimationCurve enum as well.
Any thoughts?