Questions tagged [uipopover]

UIPopover is a common misrepresentation of UIPopoverController, which is used in iOS to manage the presentation of content in a popover.

UIPopover is a common misrepresentation of UIPopoverController, which is used in iOS to manage the presentation of content in a popover. The iOS SDK does not expose the popover view directly, instead it defines a way to wrap a given controller in an system-created popover.

Please use for all popover-related questions.

270 questions
0
votes
1 answer

UIPopoverController should prevent scrolling via status bar

I've found that when presenting a UIPopoverController not all controls in the presenting view are disabled. Specifically, the navbar buttons (e.g. 'back') remain selectable. This is a defect in my opinion - it allows the popover to remain on screen,…
Ben Packard
  • 26,102
  • 25
  • 102
  • 183
0
votes
2 answers

Dismiss native UIActionsheet & UIPopover in iPad

This question refers to the native iOS function of displaying actionsheets and popovers when a phone number or email is selected in a webview/textview from an iPad. In case you need a refresher, the actionsheet contains two buttons that read "Add…
bmjohns
  • 6,344
  • 1
  • 33
  • 39
0
votes
1 answer

ios7 NSInvalidArgumentException presenting UIPopoverController

Trying to show a UIPopoverController crashes in ios 7 while it works in ios6 and before. The error message is Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UIPopoverController…
Luis
  • 1,282
  • 1
  • 11
  • 25
0
votes
0 answers

Couldn't find any solution for remove the border of my popover

I am using Uipopover view.When i click on a button in my view controller a popover view appears.Now i want to remove the border of popover view which in rectangle form and black in color.I searched on it but couldn't get any solution.
0
votes
1 answer

How to work on both UIPopOverControl and other views in the scene?

I have a requirement where I have a UIPopOverControl in my screen, where I would want to work on both the UIPopOver as well as on the other views on the screen. By default when the popover is active, it does not let me work on the other views (I had…
Harsh Chiki
  • 79
  • 1
  • 10
0
votes
0 answers

Present UIPopoverController with navigation controller

I am attempting to present a UIPopoverController similar to the bookmark selector in Safari with the title above and the ability to go back and forward. I found this tutorial:…
0
votes
2 answers

how to send data from uiviewcontroller to uipopover when it is being launched?

i am using a uidatepicker inside a uipopover in many viewcontrollers. I need to keep the picked date in each of these viewcontrollers different so I can load them back when uidatepicker is launched again in their respective VC's. How do I accomplish…
kate
  • 113
  • 1
  • 5
  • 17
0
votes
1 answer

uipopover with uidatepicker delegate not working

I have created a popover with datepicker in storyboard which pops when a button is pressed. After a date is selected and done button is pressed, the date has to be sent to the UIViewController. I have set up protocols and delegate methods as…
kate
  • 113
  • 1
  • 5
  • 17
0
votes
3 answers

Closing UIPopover on selection

So, I've been poring over the internet and I can't get this issue resolved, because all the answers I've seen relate to a popover that has less view layers than mine, if that makes sense. Anyway, I have a main view, which opens a popover, which…
jssblck
  • 529
  • 5
  • 20
0
votes
1 answer

ipad UIImagePickerController different size on preview and on take pic Landscape

I have been reading different answers but havent been able to fix this problem: On my iPad app, landscape mode, I have a UIImagePickerController to take a picture this picker gets shown inside a UIPopoverController. The problem is that the image…
manuelBetancurt
  • 15,428
  • 33
  • 118
  • 216
0
votes
0 answers

Button is not working on a popover

I am trying to send a message from a popover to another viewcontroller when a button is pressed. The problem is: When I click in the button, nothing changes in the viewcontroller. And the popover does not miss itself when the button is pressed. Here…
0
votes
2 answers

Sending data from a viewcontroller to another

I am struggling to make a simple thing (at least I think it's simple) but I just can't do it! I will try to explain a little bit. It's an app which displays information. When the user is inside a view, he can click on a button, which displays a…
0
votes
1 answer

UIPopover: Orientation Change Handling

we have some issues with the native popover controller used on the ipad, maybe someone of you already found some work-arounds. Issue 1: Some of our Popovers used in a form have also a navigationcontroller embedded, so if we dismiss the popover after…
user1788415
0
votes
1 answer

Dismissing UIActionSheet on iPad without animation

I have a horizontally scrolling UITableView on the bottom of my iPad app, and when the user taps on one of the cells, I pop up a UIActionSheet from it allowing them to select between two options. That part works fine, but I'm running into two UI…
Toby
  • 390
  • 4
  • 18
0
votes
1 answer

How to set anchor of popover in footerView of tableview?

I'm developping an iPad App and need to present a popover from a button located in each footer of a grouped tableview with a variable amount of sections (up to 100). How do I set the anchor for the popover to the pressed button, when in every…
L00ps
  • 113
  • 2
  • 9