Top "Uipopovercontroller" questions

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

How to present popover properly in iOS 8

I'm trying to add a UIPopoverView to my Swift iOS 8 app, but I am unable to access the PopoverContentSize property, …

ios swift uipopovercontroller ios8 uipopover
Supported orientations has no common orientation with the application, and shouldAutorotate is returning YES'

My app (iPad;iOS 6) is a landscape only application, but when I try using a UIPopoverController to display the photo …

ipad uipopovercontroller landscape ios6
UIPopoverPresentationController on iOS 8 iPhone

Does anyone know if UIPopoverPresentationController can be used to present popovers on iPhones? Wondering if Apple added this feature on …

objective-c iphone uipopovercontroller ios8 uipopover
How to correctly present a popover from a UITableViewCell with UIPopoverArrowDirectionRight or UIPopoverArrowDirectionLeft

I always try to present a popover from a cell inside a tableView this way: [myPopover presentPopoverFromRect:cell.frame inView:…

objective-c ipad uipopovercontroller popover
How to customize / style a UIPopoverController

I'm working on an iPad application and I'm using UIPopoverControllers. I'm at the part where the app needs to be …

coding-style ipad uipopovercontroller customization
How to pop from one view controller to another view controller

Using iOS I Have 15 ViewControllers now I want to pop from one ViewController to another View Controller. I am using …

iphone ios objective-c uinavigationcontroller uipopovercontroller
UIPopoverController automatically resizing to max height on pushViewController

I have a popover containing a UINavigationController. I can display the popover fine, and it contains the navController just fine. …

uinavigationcontroller uipopovercontroller
How to Dismiss a Storyboard Popover

I've created a popover from a UIBarButtonItem using Xcode Storyboards (so there's no code) like this: Presenting the popover works …

ios objective-c uipopovercontroller uibarbuttonitem uistoryboard
UIPopoverController for iphone not working?

I need to use a UIPopOverController for my iPhone app ,i searched stackoverflow someone said UIPopoverController does not run on …

iphone objective-c uipopovercontroller
How can I fix the "UIPopoverController is deprecated" warning?

I am using this code: mediaLibraryPopover = [[UIPopoverController alloc] initWithContentViewController:avc]; [self.mediaLibraryPopover presentPopoverFromRect:[theButton bounds] inView:theButton permittedArrowDirections:UIPopoverArrowDirectionAny animated:…

ios objective-c uipopovercontroller deprecated