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

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -