noXare
noXare

Reputation: 29

Is there any way to get notified if an iOS system popover disappears?

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

Answers (1)

Joshua J. McKinnon
Joshua J. McKinnon

Reputation: 1696

Does UIPopoverControllerDelegate's -popoverControllerDidDismissPopover: method do what you need?

Upvotes: 1

Related Questions