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
You cannot have Apple' splitViewController behave like that (and get in the app store). You would need to write your own container view controller. See Apple' docs