GlennChiu / GC3DFlipTransitionStyleSegue

iBooks-style 3D flip transition animation rendered in OpenGL ES 2.0 and wrapped in a UIStoryboardSegue subclass
512 stars 65 forks source link

NavigationController push / pop #11

Open cyril94440 opened 11 years ago

cyril94440 commented 11 years ago

Hello, thank you very much for your controller !! It is awesome.

I have a little issue, I want to push the next controller using your animation. and after pop back to this controller (I need the first controller to keep alive because it is downloading). I don't know how to do both with you controller, could you help me ?

Thank you !