【发布时间】:2015-11-10 01:48:47
【问题描述】:
Apple Watch 编程指南指出不能混合使用基于页面的导航和分层导航。
我的 Apple Watch 应用从分层导航中的主界面控制器开始,根据相关数据的可用性,它使用 reloadRootControllersWithNames 或 WKInterfaceController 启动基于页面的导航。
现在在基于页面的导航中,当我没有要显示的相关数据时,我想结束基于页面的导航并再次使用Maininterfacecontroller 开始分层导航。
【问题讨论】:
标签: ios navigation watchkit apple-watch