iOS:如何在 PageViewController 的 ViewController 中使用 segue
Posted
技术标签:
【中文标题】iOS:如何在 PageViewController 的 ViewController 中使用 segue【英文标题】:iOS: How to use a segue in a ViewController of a PageViewController 【发布时间】:2014-10-08 15:26:33 【问题描述】:我是新手,我正在尝试通过按钮和模态序列从 PageViewController 的 UIViewController 到另一个 UIViewController。但这并没有真正起作用。当我单击按钮时,我停留在页面视图的 UIViewController 上。 我正在用故事板来尝试这个。
请在此处找到我的代码: https://github.com/LilK3ks/pageViewController
有人可以帮忙吗?
【问题讨论】:
【参考方案1】:将您的 segue 从 Modal 更改为 Show。不推荐使用模式,如情节提要中所示。由于某种原因,我无法单击我删除并重新添加的按钮。希望有帮助
【讨论】:
【参考方案2】:解决方案是添加 self.addChildViewController(vc) 和 vc.didMoveToParentViewController(self) 函数调用。
【讨论】:
以上是关于iOS:如何在 PageViewController 的 ViewController 中使用 segue的主要内容,如果未能解决你的问题,请参考以下文章