0

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?

Joshua J. McKinnon
  • 1,696
  • 1
  • 18
  • 29
noXare
  • 29
  • 1
  • 2
  • Can we see some code where you create the button or interface that you're referring to? How is the popover managed? – hukir Nov 27 '13 at 01:49

1 Answers1

1

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

Joshua J. McKinnon
  • 1,696
  • 1
  • 18
  • 29