iphone - How do you set the content size of a UIPopoverController? -


I'm showing a scene in popup. When I click on a button in this view, another view will be pushed into popup using the navigation controller. By pushing, the height of the popover is increased. How do I create the same popover height?

In all your view controllers, override -contentSizeForViewInPopover and all of them are identical Return the shape.


Comments