These posts here and here discuss how to get notified when a popover gets dismissed in iOS, but according to the docs, the primary delegate functions popoverControllerShouldDismissPopover
and popoverControllerDidDismissPopover
are deprecated in iOS 9.
So what's the right way to get notified when a popover gets dismissed?