I have an app with UITabBarViewController
as rootviewcontroller. On some tab item, I want to have a SplitViewController inside a UITabbarViewController
.
So here my UISplitViewController
will become a childViewController for TabbarVC.
Will this be allowed? Are there any Apple guidelines suggesting not to do this?
As I see, they are suggesting to put SplitVC as RootVC. But many applications have already done what we are doing now.