The methods of UIKit.UIPopoverController are listed below. For a list of all members, see the UIPopoverController Members list.
See Also: Inherited members from Foundation.NSObject
Dismiss(bool)This method will dismiss the popover programatically. | ||
PresentFromBarButtonItem(UIBarButtonItem, UIPopoverArrowDirection, bool)Shows the popover, anchoring it to the provided item. | ||
PresentFromRect(UIView, UIPopoverArrowDirection, bool, CoreGraphics.CGRect)If true, then the popover will be animated as it is displayed. | ||
SetContentViewController(UIViewController, bool)Changes the view controller that will display the contents of the popover. | ||
SetPopoverContentSize(bool, CoreGraphics.CGSize)This method will change the size of the content of a popover, optionally animating the change in size. | ||