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

Support for landscape orientation #5

Closed jonathannaguin closed 12 years ago

jonathannaguin commented 13 years ago

Supporto for landscape orientation? Is this project closed?

epatel commented 13 years ago

Please try the FlipReader example.

jonathannaguin commented 13 years ago

Yes, there, the animation is in mode landscape, but if i change the viewcontroller and i allow both modes (portrait and landscape) the animation looks wrong.

Sorry for my english and thank you for your answer

epatel commented 13 years ago

Yes, there is a problem when allowing both landscape and portrait at the same time. A layout has to be performed before acquiring the image for the view that will be presented. Feel free to solve this, as I'm am busy with other things. Cheers ;)

epatel commented 12 years ago

Have a go at it now.

jonathannaguin commented 12 years ago

Nice :)