Any way to trigger interface orientation check?
- by Johnny Tee
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!