I have a UIPopoverController named popover in another view. What I would like to know is, how can I dismiss the popover if a UIButton was pressed in the current popover view? Thanks in advance.
I have a UIPopoverController named popover in another view. What I would like to
Share
You could use an NSNotification to tell the other view to dismiss it’s popover view.
Example usage: