UIView Animation: PartialCurl ...bug during rotate?
Posted
by itai alter
on Stack Overflow
See other posts from Stack Overflow
or by itai alter
Published on 2010-04-15T11:25:43Z
Indexed on
2010/04/30
2:47 UTC
Read the original article
Hit count: 669
Hello all, a short question.
I've created an app for the iPad, much like a utility app for the iPhone (one mainView, one flipSideView). The animation between them is UIModalTransitionStylePartialCurl. shouldAutorotateToInterfaceOrientation is returning YES.
If I rotate the device BEFORE entering the FlipSide, everything is okay and the PartialCurl is displayed okay. But if I enter the FlipSide and then rotate the device, while the UIElements do rotate and position themselves just fine, the actual "page curl" stays with its initial orientation. it just won't budge :)
Is it a known issue? am I doing something wrong? Thanks!
© Stack Overflow or respective owner