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

viewDidAppear is called twice #9

Closed ageorgios closed 11 years ago

ageorgios commented 11 years ago

the destination View Controller's viewDidAppear is called twice, is this deliberate? Is there a way to get the classic behavior?

GlennChiu commented 11 years ago

Yes this is deliberate. The destination view controller has to be initialized first, before the animation can start.