I have a UIViewController with UIWebView, Navigation bar and bottom tool bar. I am trying to rotate it to support interface orientation changes. But it is not working.
I have returned YES in shouldAutorotateToInterfaceOrientation, but still not working.
Please help Thanks