I am trying to develop a splitView based iPad app, that displays the split interface in every orientation. I have tried subclassing the UISplitViewController class as given
I'm not sure that it is possible with standard SplitViewController, but you can use custom one from
https://github.com/mattgemmell/MGSplitViewController