UIPopoverController
iOS applications sometimes present a view controller so that the user can make a choice. For example, the UIImagePickerController shows the user a table of images to choose from. On the iPhone and iPod touch, view controllers like this are presented modally and take up the entire screen. However, the iPad has more screen real estate and offers another option: UIPopoverController.
A popover controller displays another view controller’s view in a bordered window that floats above the rest of the application’s interface. When you create a UIPopoverController, you set this other view controller as the popover controller’s contentViewController. (You can only instantiate UIPopoverControllers on the iPad family of devices; trying ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access