UIPopover is a common misrepresentation of UIPopoverController, which is used in iOS to manage the presentation of content in a popover.
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 uipopoverDoes anyone know if UIPopoverPresentationController can be used to present popovers on iPhones? Wondering if Apple added this feature on …
objective-c iphone uipopovercontroller ios8 uipopoverI have a button I have created programmatically within a view controller. Once the button is pressed I want it …
ios uibutton uipopoverI can't keep popover the same position on the screen after rotation. Is there any good way to do that, …
objective-c ios uipopovercontroller autorotate uipopoverI have a UIPopoverController with navigationController and bunch of subviews. The size of the popover is set just before it's …
iphone ios navigationcontroller uipopover contentsizeI set a UITableViewController to be displayed in a popover on iPad : When I click on a row, I display …
ios8 uipopover uialertcontrollerI have an UIPopoverController that presents an UIViewController using this method: [self.popover presentPopoverFromBarButtonItem:self.infoBarButtonItem permittedArrowDirections:UIPopoverArrowDirectionUp animated:YES]; …
ios objective-c uipopovercontroller uibarbuttonitem uipopoverI'm doing some drawing on a custom UIView canvas, and rather than having a set of buttons at the bottom …
ios swift uipopovercontroller uipopoverI was set the UIPopoverPresentationController to show the UIViewController and that like UIAlertView show. But when I created the customized …
ios objective-c uipopover