Yalantis / StarWars.iOS

This component implements transition animation to crumble view-controller into tiny pieces.
https://yalantis.com
MIT License
3.77k stars 360 forks source link

Trigger Animation Programmatically For View #4

Open burkeholland opened 8 years ago

burkeholland commented 8 years ago

I noticed that on the Android implementation of this lib, there is an API for triggering the animation on any view...

mTilesFrameLayout.startAnimation();

Is it possible to do the same on iOS for a given View Controller? Instead of just attaching it to the segue.

Burke

MacMeDan commented 7 years ago

Ya this would have been nice.