Question

A quickie...what (if any) method is called when the user dismisses a UIPopover by tapping outside of it? If I want something to happen at this point, where is my hook?

Was it helpful?

Solution

In UIPopoverControllerDelegate we have delegate method called popoverControllerDidDismissPopover: Read : Doc for greater understanding about how to use it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top