Hi ..
I have a UIViewController based project with both UINavigationController and UITabBarController used.
I am truing to activate rotation on one of the views in my application by returning YES to shouldAutorotateToInterfaceOrientation call. By setting a breakpoint, this event does get called every time I rotate the device.. but the actual screen does not rotate!!
What i am trying to rotate is a photo displayed within UIScrollView. So basically, its similar to the iPhone Photo Album application. I just can't get the photos to display in landscape orientation.
I read many posts similar to my problem, some even posted simple apps where rotation works. I cant see why mine is any different from theirs!! Is it something i am missing in IB?
Thanks