epatel / EPGLTransitionView

OpenGL ES view for animating a view transition.
http://www.memention.com/blog/2010/02/28/Bells-and-Whistles.html
393 stars 68 forks source link

Modal dismiss animation #9

Open SlavaBushtruk opened 12 years ago

SlavaBushtruk commented 12 years ago

would be nice to update sample how to a dismiss modal controller with the same animation. thanks.

saiy2k commented 12 years ago

here is a quick dirty hack to add animation to dismiss.. update the 'done' method in FlipSideViewController as below:

But the flip animation is from right to left. I suppose Demo2Transition needs to be changed to change the flip direction, but dont know how