Reputation: 29
In the concrete case I'm referring to the airplay popover where you can choose between your iOS device, all available airplay devices and the cancel button. I need to know when the popover disappears in order to do some further actions. Is there any possibility to accomplish that?
Upvotes: 0
Views: 118
Reputation: 1696
Does UIPopoverControllerDelegate's -popoverControllerDidDismissPopover:
method do what you need?
Upvotes: 1