Reputation: 363
Hi in my application whenever i tap on the view. The launched popover will get dismiss automatically. May i know which method will execute for getting this behavior.Thanks in advance.
Upvotes: 0
Views: 43
Reputation: 5092
Make your main view controller the delegate for the popover controller and implement the – popoverControllerDidDismissPopover: method. Take a look at Apple's documentation for help.
Upvotes: 3