Top "Uipopovercontroller" questions

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

UIPopoverController Appears in Wrong Spot

So I've spent some time looking for an answer for this, but so far haven't found anything. I'm trying to …

ios cocoa-touch uipopovercontroller uibarbuttonitem uiinterfaceorientation
Custom UIPopoverBackgroundView: no drop shadow

I've used this good tutorial to create a custom UIPopoverBackgroundView class. It works well. The only problem is that I …

ios uipopovercontroller
in iOS8: UIPopoverController presentPopoverFromRect not work for keyWindow any more

As titled, in iOS8, [UIPopoverController presentPopoverFromRect] does not work for [UIApplication sharedApplication].keyWindow any more. (It does work in iOS7) …

uipopovercontroller ios8
Present Modal View Controller from inside Popover View

So in my universal app I have a section where a person can look at an existing list of notes …

ios uipopovercontroller presentmodalviewcontroller
Xcode5 iOS7 - UIPopoverController Corner Radius

I'm transitioning an application to iOS 7 which has been fairly smooth, there's one thing I cannot figure out. I have …

ios uipopovercontroller ios7
Remove the inner shadow that UIPopoverController creates

I am creating a custom layout of the popover that iOS provides. I have subclassed the UIPopoverBackgroundView and got it …

objective-c ipad cocoa-touch ios5 uipopovercontroller
UIDatePicker in PopoverView in iPad

I have an iPad specific application running iOS 3.2.2 which displays a settings view in a ui popover. This all renders …

ios ipad uidatepicker uipopovercontroller uiactionsheet