UITableView not rotating even after using autoresize mask and shouldAutororateForInterfaceOrientatio

Posted by Amal on Stack Overflow See other posts from Stack Overflow or by Amal
Published on 2010-03-17T12:18:53Z Indexed on 2010/03/17 12:21 UTC
Read the original article Hit count: 447

Filed under:
|
|

I have a UIView, that contains a navigation bar, and UITableView. I implemented a UIViewController that implements a UITableViewDelegate. I over-rided the shouldAutorotateForInterfaceOrientation for the UIView to return YES for landscape and portrait mode. But the View does not seem to rotate. I did a similar thing without the Navigation bar and the Tableview and the view rotates.

Is is something i am missing.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitableview