iPad的导航控制器可以放在popover里面吗?
我制作了显示 UITableViewController 的弹出窗口,用于导航。我有兴趣知道的是 - 你可以在弹出窗口中使用导航控制器吗?假设您有一个表,其中每行都会转换到新视图。这可以与弹出视图结合使用吗?如果可以,您能提供一些工作示例吗?
I have made popover displaying UITableViewController, that is used for navigation. What I am interested in to know is - can you use navigational controller inside popover. Lets say you have table where each row transitions to new view. Can this be used in conjuction with popover view, and if so, can you provide some working examples?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这很有可能。首先创建表类的对象。
然后创建导航控制器对象。
然后使用这个导航控制器作为您的弹出控制器。
不要忘记释放对象。
Yes, it's very much possible. Firstly create the object of your table class.
Then create the navigation controller object.
Then use this navigatin controller for your pop over controller.
Don't forget to release the objects.