UIViewIt provides several easy options ( UIViewAnimationOptionCurveEaseIn, UIViewAnimationOptionCurveEaseOut, UIViewAnimationOptionCurveEaseInOut) for its animation, but I want to have more control over attenuation.
Is there a way to provide this user equation or in any way gain more control over it? That is, besides use touchesBegan:, etc., to collapse my own animations.
source
share