Hi,
I'm current working on an application that uses many CALayer and I'd like to animate them when the keyboard apears on the screen. I've read many articles that shows how to retrieve the curve using the UIKeyboardAnimationCurveUserInfoKey however I'm unable to translate this curve into a CAMediaTimingFunction which can be then used with a CATransaction.
So, is there a way to convert a the curve into a CAMediaTimingFunction or, are the curve control points publicly available somewere ?
Thanks