【发布时间】:2015-02-06 16:45:00
【问题描述】:
我正在尝试构建一个与 iTunes 具有相同导航结构的应用程序。
当用户单击“正在播放”(第三个窗口)按钮时,应打开 SecondViewController(假定为第二个窗口)。当用户回到之前的 ViewController 时,应用应该能够保持 SecondViewController 处于活动状态(音乐在后台播放),以便随时从任何 ViewController 访问它。
如何使用导航或任何其他控制器创建这样的层次结构? 希望问题很清楚。
【问题讨论】:
标签: ios swift uiviewcontroller uinavigationcontroller