I have a simple application in which I have TableView inside a NavigationController. And when I select any row in table view I show the details view. I want to display details view in landscape orientation as well. But when I try to load landscape view for details I am not getting the navigation bar on it. The navigation bar is shown in portrait view.
I am not sure what could be the problem. I am using presentModalViewController.
I am not sure what could be the problem. I am using presentModalViewController.