Any way to trigger interface orientation check?
Posted
by Johnny Tee
on Stack Overflow
See other posts from Stack Overflow
or by Johnny Tee
Published on 2010-05-29T19:13:03Z
Indexed on
2010/05/29
19:22 UTC
Read the original article
Hit count: 351
My app is going from a flipside view (only one orientation) to its main view (can have any sort of orientation. When I go from flipside back to main view, the main view's orientation is not checked and changed immediately.
I need a way to trigger the built in orientation check that happens in willRotateToInterfaceOrientation so that the orientation is correct when the user goes from flipside view to main view. Any help is appreciated.
I saw another question about this but didn't see a definitive answer.
Thanks!
© Stack Overflow or respective owner