Top "Uipopovercontroller" questions

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

Popover with embedded navigation controller doesn't respect size on back nav

I have a UIPopoverController hosting a UINavigationController, which contains a small hierarchy of view controllers. I followed the docs and …

ios uiviewcontroller uinavigationcontroller uipopovercontroller
UISplitViewController in a TabBar ( UITabBarController )?

I am in kind of situation that I need to start with a tab based application and in that I …

ipad uitabbarcontroller iphone-sdk-3.2 uisplitviewcontroller uipopovercontroller
iPhone popup menu like iPad popover?

How can i implement this popup menu in iphone app like a popover in ipad? EDIT: This is the best …

iphone objective-c ipad uipopovercontroller popover
how to center a popoverview in swift

I have the following code to show a popoverview (dialog) without an arrow, which works fine. The only problem is, …

ios swift modal-dialog uipopovercontroller
Dismissing iPad UIPopoverController when BarButtonItem is pushed while it's open

Using a split view on the iPad, I have the following code: - (void) splitViewController:(UISplitViewController *)svc willHideViewController:(UIViewController *)aViewController …

ipad user-interface uisplitviewcontroller uipopovercontroller dismiss
UIPopover without any arrows

Is it possible to present a popover without any sort of arrows pointing somewhere?

uikit ipad uipopovercontroller
How To Dynamically change the contentSize of UIPopoverController?

I have a UIViewController that contains a UITableView. This UIViewController is being displayed in a UIPopoverController. Now, the things is …

objective-c ios cocoa-touch ipad uipopovercontroller
How to create Popover in ipad?

I want to develop a popover in my iPad application. A UIButton trigger will call the popover and that popover …

ios cocoa-touch ipad uipopovercontroller
UIAlertController is Crashed (iPad)

I am using Xcode 6 to develop an iOS Application. When I used UIAlertController, it can be worked well on iPhone 6 …

ios ipad uipopovercontroller uialertcontroller uialertsheet
UIPopovercontroller dealloc reached while popover is still visible

I assure you that I did look for an answer in SO for my question but none of them were …

ios memory-management uipopovercontroller automatic-ref-counting