I currently have a tab bar with 4 views on it. One of the views has navigation bar which has a table view and scrollview subviews. I have set
Code:
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
return YES:
}
On every view and subview on the tab bar yet my view will not rotate?
Is there anything else special I need to do to get it to rotate on a tab bar/ navigation bar?