views:

39

answers:

0

I have a home screen that loads content from the internet. During the application if the phone or iPod loses internet connection a UIAlertView pops up allowing users to restart the application. When they click restart the home page is pushed onto the screen. The home page only supports one orientation: portrait. It looks horrible in landscape. In the implementation file shouldAutorotateToInterfaceOrientation is set only to portrait. But.. during the application if the user is using landscape mode and loses internet.. when they restart the nib file is loaded but in landscape mode, which looks disgusting.

Anyone know how to fix this?