I am working on an app with a splitview controller and support for all orientations. But a button I added onto the detailview is not working when in landscape mode so I wondered how one can find out what the current delegate is, so that I can send a command for the action there.
Update
Basically the button(in the detailVC) is supposed to change the VC in the masterVC? Maybe not basic but it shouldn't be crazy difficult to do?