I have an application UITabBar with 10 views. 4 views are displayed, 6 are in "More". In each of my views, there's a UIWebView and a navigation bar. Everything is optimized to fit automatically. Each file .m contains the following statement:
- (BOOL) shouldAutorotateToInterfaceOrientation: (UIInterfaceOrientation) interfaceOrientation
{
return (interfaceOrientation != UIInterfaceOrientationPortrait);
}
However, in iPad and iPhone, the application does not autorotate !
What can I do ?
EDIT @ 00h00 GMT +1 :
Menu with Device Orientation Supported is OK, but it doesn't work