I have a class that inherit from UITableViewController, the only orientation allowed is UIInterfaceOreintationPortrait. In this class I'm using the delegate method didSelectRowAtIndexPath: to push another view in which landscape orientation is allowed. The problem is that when I came back from this view in landscape orientation, the TableView is landscape oriented too. I would like too force the TableView to be in portrait mode, how can I do that ?
Thanks for your help.