I have a strange one that I can not seem to fix. I am currently working on updating my app to iOS7. This all worked in iOS6. It is an universal app and thus uses same xib fi
For the controller that is the detail view of UISplitViewController you just do this:
-(UITabBarController*)tabBarController{ return nil; }