如何通过推送从 xib 转换到 ViewController
Posted
技术标签:
【中文标题】如何通过推送从 xib 转换到 ViewController【英文标题】:How to transition to a ViewController from a xib by push 【发布时间】:2017-08-06 11:33:23 【问题描述】:?
我知道如何通过模态进行操作,但我无法通过推送找到任何信息。
你有什么想法吗?
谢谢。
【问题讨论】:
【参考方案1】:不能在 Xib 类中调用 performSegueWithIdentifier,只能在 UIViewController 类中调用。
在 Xib 类中创建一个委托,UIViewController 类实现该委托协议。
【讨论】:
以上是关于如何通过推送从 xib 转换到 ViewController的主要内容,如果未能解决你的问题,请参考以下文章
使用xib ios7从presentviewcontroller准备推送segue