tags:

views:

250

answers:

1

Could anybody please suggest the route to create splitview on top of TabBarViewController?

A: 

The split view controller’s view should always be installed as the root view of your application window. You should never present a split view inside of a navigation or tab bar interface.

iPad Programming Guide...

You need to rethink the design, or roll your own tabs (but apple would quite possibly reject anything like that).

wkw
where did you read about it? Is impossible to use a split view inside a navigation-based app?
Noya