Top "Uipopovercontroller" questions

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

How to dismissPopoverAnimated on iPad with UIPopoverController in MKMapView (SDK3.2)

I have a MKMapView (also a UIPopoverControllerDelegate) with Annotations. This MapView has, in the MKTestMapView.h file, a UIPopoverController* popoverController …

iphone ipad mkmapview uipopovercontroller
UIDatePicker in UIPopover

I have searched the entire internet (maybe I am exaggerating a little) for a tutorial on how to put a …

ios ipad uipopovercontroller uidatepicker
UIPopoverController presentPopoverFromRect problem

I am trying to present a UIPopoverController when a UIButton is clicked. Here's my code: - (IBAction)showColumnChooser:(id)sender { …

objective-c ios cocoa-touch uipopovercontroller
Set UIPopover arrow direction and position manually

I'm using UIBarButtonItem. In my scenario I want to show a popover from every bar button when I double-click that …

ios objective-c uipopovercontroller uibarbuttonitem
How to implement UIVisualEffectView in UITableView with adaptive segues

I would like to implement UIVisualEffectView to apply a blur effect to a view to show the view that lies …

ios uitableview swift uipopovercontroller modalviewcontroller
Is it possible to perform a Popover Segue manually (from dynamic UITableView cell)?

I need to perform a Popover segue when user touches a cell in a dynamic TableView. But when I try …

ios uipopovercontroller segue
Swift: Popover dismiss callback

There are two UIViewConrollers in my Storyboard: MainViewController and SecondViewController. I'm going to show SecondViewController as a popover when user …

swift uipopovercontroller
Change Action sheet popover arrow in iOS8

i'm using UIAlertController . But on iPad with iOS 8, actionSheet show with popover arrow. Any ideas to hide that arrow? Here …

ipad ios8 uipopovercontroller uiactionsheet uialertcontroller
UIPopoverController w/ UINavigationController Subview contentSizeForViewInPopover doesnt work on Parent

I have a UIPopoverController with a subclass UINavigationController. Both the parent and child views are UITableviews. When i call parent …

iphone resize uipopovercontroller
iPad dismiss popover with button within the popover itself

I have a button in my popover controller. I want to use it to dismiss the popover, so I am …

ipad uipopovercontroller dismiss appdelegate