I've got an iPad app with a buttonbar set as the rightNavButton. The buttonbar has 3 labels/buttons. Two of these three buttons trigger a popover to appear. The arrow at the top of the popover always points at the center button, regardless of which button in the buttonbar triggered the popover. Is there a way to fix this?
1 Answer
Hi Shawn
The reason it always points to the centre button is that is what you told it to do.
As the buttonbar is a segment control made up of labels and not separate objects, you are specifying the buttonbar as the view the popover points to - so it is using that control to centre to.
You would have to provide different objects in the rightNavButton position and specify each individually.
Your Answer
Think you can help? Login to answer this question!