I want to remove the master view popover of a splitViewController
when applicationDidEnterBackground
is called. Since the popover removal is done automatically I couldn't get to the popoverController
in order to use dismissPopoverAnimated:YES
Any idea how to dismiss it?