I have a few UIViews that I want to animate either by telling the animation to just run or by using a gesture. Very similar to UIViewController transitions that can be both.
It seems like iOS10 has the new UIViewPropertyAnimator for exactly doing this now. Since iOS10 is still a few months out, question is what to use with iOS9 (and Swift)? The possible options I found were: https://github.com/marmelroy/Interpolate https://github.com/facebook/pop Any pros/cons of those two? Any other suggestions? Or how would you do this? cheers, Torsten _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
