push a new tableViewController in a uipopovercontroller causes the popover to be resized
问题 I found this thread, but it still doesn't fix my problem. UIPopoverController automatically resizing to max height on pushViewController I have a UIPopoverController that pushes a navigationcontroller. When I present this popover, I set the contentSizeForPopover to 340,340. That works fine. In the popover, I have a button, that pushes a new UITableViewController into the already existing UIPopoverController (code below for the tableViewController). UITableViewController *contentView = [