您好我正在制作通用iOS
应用。我在UINavigationControllers
上使用了iPhone
,现在我有了一个“菜单”UIViewController
,我希望将其推送到UISplitViewController
。这甚至可能吗?我该怎么做?
我一直收到这个错误:
Split View Controllers cannot be pushed to a Navigation Controller <UINavigationController: 0x1fd6b930>.
这个应用程序是否会被Apple拒绝,因为UISplitViewController enter code here
必须始终是根控制器?
提前致谢
答案 0 :(得分:1)
不,你不能,UISpliViewController必须是app中的root(top)viewController。