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
For IOS5
I recommend you do it in:
- (void)viewDidLoad { [super viewDidLoad]; CGSize size = CGSizeMake(320, 480); // size of view in popover self.contentSizeForViewInPopover = size; }