UIPopoverController的使用,看着很牛逼的样子 - 推酷
[self.popover dismissPopoverAnimated:YES]; } -(void)popoverControllerDidDismissPopover:(UIPopoverController *)popoverController{ NSLog(@"popover dismiss"); } ...
-popovercontrollerdiddismisspopover:
func popoverControllerShouldDismissPopover(UIPopoverController) Asks the delegate if the popover should be dismissed.Deprecated func popoverControllerDidDismissPopover...
Chapter 26. Modal Dialogs
A UIAlertView pops up unexpectedly with an elaborate animation and may be ...it will be sent popoverControllerDidDismissPopover: if the user cancels, but...
Popovers
By the time the popoverControllerDidDismissPopover: method of your delegate is called, the popover itself has been removed from the screen. At this point...