Popover popoverControllerDidDismissPopover not called
问题 wi have 2 questions about using a popover in my application. First is about the popoverControllerDidDismissPopover function, it is never called in my application. I checked here about the same topics and found out that normally the problem is that the delegate is not set. But in my case i had: class MainTableViewController: ...,UIPopoverControllerDelegate { And to call the modal: var popover: UIPopoverController! On my cell tap event popover = UIPopoverController(contentViewController: