I have a problem on my iPad application using a UISplitView. Basically, I have another button which toggles a Popover (different from the basic splitview popover). An image might explain my problem better: The problem is only there in Portrait mode.
There are 2 cases possible:
First tap is on the "Folders" button, second tap is on the "settings cogwheel" button, everything works well there: only one popover shows at a time, because I know how to register the action on the settings button.
First tap is on my "settings" button, second one is on the "folders" button. In this case I don't know how to dismiss the "settings" popover, because I don't know how to register the touch on the default button made available by the splitview. (that's the problem on the picture)
Do you know how I could handle the touch event on the default "Folders" button offered by the splitview?