UIPopoverController automatically resizing to max height on pushViewController
I have a popover containing a UINavigationController. I can display the popover fine, and it contains the navController just fine. The navController contains a tableView and when I select an item it creates a new detail view: DeviceDetailViewController *detailViewController = [[[DeviceDetailViewController alloc] initWithNibName:@"DeviceDetailViewController" bundle:nil] autorelease]; I then push it the new view controller: [self.navigationController pushViewController:detailViewController animated:YES]; This is when the problem occurs: after pushing the new view the popover resizes to the