如何将新列表推送到分割视图控制器的根视图侧?
我正在尝试根据用户在根视图表中选择的内容,将新列表推送到 iPad 应用程序上拆分视图控制器的根视图侧。由于某种原因,我无法弄清楚如何将新数组或列表视图推到左侧。
帮助!
谢谢!
I am trying to push a new list into the root view side of the split view controller on an iPad app based on what the user selects in the root view table. For some reason I cannot figure out how to push a new array - or listview onto the left side.
Help!
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它只有一个 navigationController,您可以调用 self.navigationController 并将新视图推到其顶部。简单的!
It simply has a navigationController and you call self.navigationController and push the new view on top of it. Simple!