There is only 1 method about dissmissing the popover in UIPopoverPresentationControllerDelegate
, which named "popoverPresentationControllerDidDismissPopover".
I am making some UI update in this method. However,it would spend a little time to dismissing the popover.
Is there any way to make my UI updates before the popover is get dismissed?