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 a
In the -(void)viewDidLoad of all the view controllers you are using in navigation write the code:
self setContentSizeForViewInPopover:CGSizeMake(320, 500)];