Top "Uipopovercontroller" questions

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

Setting the "title" of a UIPopoverController?

I'm sure there's something obvious I'm missing here, but I know that popover controls can have "titles", a header area …

iphone ipad uipopovercontroller
UIPopOverController + UITableView - Hide popover when cell is selected

In my Popover controller, i'm having a table view. On selection of a cell, I want to hide the pop …

ios uitableview uipopovercontroller
Symbol not found: _OBJC_CLASS_$_UIPopoverController

I am having problems with my universal app. I have set the Base SDK to iPhone 3.2 and set the target …

iphone ipad iphone-sdk-3.1 uipopovercontroller
Popover doesn't center on button

I am trying to center a popover on a button. I can't seem to figure out where I might be …

ios swift uipopovercontroller
UIPIckerView in UIPopoverController

I'm not trying to resize the PickerView's height. I'm fine with having the default size, which I believe is 320 x 216. …

iphone uipickerview uipopovercontroller
UIPopoverController, how to change the size of it?

I've got UIPopoverController in my Split-View application, I just need to make popover longer. In viewDidLoad of DetatilViewController I put: …

iphone objective-c uipopovercontroller
prepareForSegue is not called after performSegue:withIdentifier: with popover style

I have a universal app, where I am sharing the same controller for a IPad and IPhone storyboard. I have …

objective-c ipad xcode4 storyboard uipopovercontroller
iOS Present Popover from bar button item bottom

I have an UIPopoverController that presents an UIViewController using this method: [self.popover presentPopoverFromBarButtonItem:self.infoBarButtonItem permittedArrowDirections:UIPopoverArrowDirectionUp animated:YES]; …

ios objective-c uipopovercontroller uibarbuttonitem uipopover
Determine if a view is inside of a Popover view

We have common views that we use in our application in many locations inside of UINavigationControllers. Occasionally the UINavigationControllers are …

objective-c ipad uipopovercontroller
Using a UISegmentedControl in the footer of UIPopoverController

In my iPad app Viewfinder (iTunes Link), I'm trying to recreate the look of a UISegmentedControl as seen in the …

iphone ipad uisegmentedcontrol uipopovercontroller hig