Top "Uipopovercontroller" questions

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

Can't change the presentation and transition styles of modal views in Xcode (iPad)

I'm currently having some trouble with modal views and popovers. It might be the same problem, but I'm not sure. …

ios xcode uipopovercontroller modalviewcontroller
UIActivityViewController issue iOS 7 and iOS 8?

I’m building an article reading app for iPad. I have integrated a social sharing functionality which means user can …

ios objective-c ipad uipopovercontroller uiactivityviewcontroller
UIPopover How do I make a popover with buttons like this?

I'm wondering how I can create a popover with buttons like this. ANSWER: UIActionSheet * actionSheet = [[UIActionSheet alloc] initWithTitle: nil delegate: …

ios ipad uipopovercontroller uiactionsheet uialertcontroller
How to dismiss UIPopover from a button in the Popover

I am trying to dismiss a UIPopoverViewControler from a button in the Popover. In addition I want it to transfer …

objective-c xcode ios ipad uipopovercontroller
centering a uipopover in iPad

I would like to create a new keyboard for the iPad. I have designed a view that has the keys …

ipad uipopovercontroller
Dismissing UIPopoverController with -dismissPopoverAnimated: won't call delegate?

I have my UIPopoverController with self as a delegate: I receive calls when I tap outside the popover controller, but …

iphone cocoa-touch delegates uipopovercontroller
Dynamic UITableView height in UIPopoverController (contentSizeForViewInPopover)?

I have an ipad popover that contains an UITableView. After the table is populated, it usually has a few items …

objective-c cocoa-touch ipad uitableview uipopovercontroller
UIPopoverController without arrows?

I would like to know to make an UIPopoverController without arrows In fact I would like to simulate something like …

iphone cocoa-touch uikit core-graphics uipopovercontroller
UIPopoverController, Xcode 6, IOS 8 using Swift

I'm having some trouble getting a UIPopover to appear using swift. The code that is commented out works fine in …

swift ios8 uipopovercontroller xcode6gm