Top "Uipopovercontroller" questions

The UIPopoverController class is used to manage the presentation of content in a popover.

How to create Popovers with Xcode Storyboards

How can I create a popover in an iPad Storyboard for an iOS 5.0+ app? There's already one setup with the …

ipad ios5 xcode4 storyboard uipopovercontroller
Popovers cannot be presented from a view which does not have a window

What does this error indicate: "Popovers cannot be presented from a view which does not have a window."

ipad uipopovercontroller
Source type 1 not available

I have an app for iPhone and iPad, and when I try to load an UIPickerViewController in a UIPopoverController for …

ios ipad uipickerview uipopovercontroller uipickerviewcontroller
Using UIActionSheet on iPad

Apple's documentation for the UIActionSheet is causing me confusion. First off, in the iPad Human Interface Guidelines, it says : To …

objective-c ipad uialertview uipopovercontroller uiactionsheet
UIActionSheet from Popover with iOS8 GM

Anyone is getting this message while trying to show UIActionSheet from popover? Your application has presented a UIAlertController () of style …

ios ios8 uipopovercontroller uiactionsheet uialertcontroller
UIPopOverController for iPhone (currently only available for iPad)

Before I implement something similar for the iPhone, I'm wondering if anyone has implemented something similar of the UIPopOverController for …

iphone ios4 uipopovercontroller
How to make UIPopoverController keep same position after rotating?

I can't keep popover the same position on the screen after rotation. Is there any good way to do that, …

objective-c ios uipopovercontroller autorotate uipopover
Error : No Component Factory Found. Did you add it to @NgModule.entryComponents?

I am trying to create a popover on my Home Page.So I have created following function.. public presentPopover(myEvent) { …

angular ionic3 uipopovercontroller ng-modules
Accessing UIPopoverController for UIActionSheet on iPad

On the iPad, one can show a UIActionSheet using -showFromBarButtonItem:animated:. This is convenient because it wraps a UIPopoverController around …

ipad uipopovercontroller uiactionsheet
Show modal view controller with custom frame in iPad

I want to show a modal UIViewController with a custom frame in iPad, centered on top of its parent view …

ipad ios uiviewcontroller uipopovercontroller modalviewcontroller