UIPopover is a common misrepresentation of UIPopoverController, which is used in iOS to manage the presentation of content in a popover.
UIPopover
is a common misrepresentation of UIPopoverController
, which is used in iOS to manage the presentation of content in a popover. The iOS SDK does not expose the popover view directly, instead it defines a way to wrap a given controller in an system-created popover.
Please use uipopovercontroller for all popover-related questions.