UIModalTransitionStylePartialCurl not rotating
Posted
by Mongo
on Stack Overflow
See other posts from Stack Overflow
or by Mongo
Published on 2010-05-03T14:35:43Z
Indexed on
2010/05/03
14:38 UTC
Read the original article
Hit count: 583
I've got a modal view controller that is being displayed using UIModalPresentationFullScreen with the TransitionStyle set as UIModalTransitionStylePartialCurl. This works beautifully.
My problem is that when the device is rotated, my view rotates (as intended), but the "curl" effect does not. Does anyone know if this is by design, or is there something else that needs to be done? Thanks.
© Stack Overflow or respective owner