ios4 - How to correct interfaceOrientation of viewControllers that weren't in response chain when rotating? -


i've build paginated interface using uiscrollview (something spring board). each page has own view controller logic on each page rather complicated.

the code worked smoothly in portial orientation. need make react orientation changes. self.interfaceorientation not react orientation changes.

if controller invisible during interface rotation interfaceorientation remains unchanged. suppose because controller wasn't in response chain when rotation happend.

is there way correct interface orientation programmatically?

i know can use [uiapplication sharedapplication].statusbarorientation correct orientation doesn't clean me.

i've propagated interface orientation change manually down page view controllers.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -