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.
You need to rethink the design, or roll your own tabs (but apple would quite possibly reject anything like that).
wkw
2010-04-24 14:06:46
where did you read about it? Is impossible to use a split view inside a navigation-based app?
Noya
2010-07-29 09:09:44