【发布时间】:2014-11-20 09:08:02
【问题描述】:
我有一个嵌入在 UINavigationController 中的 UIViewController sublcas (VC1)。 VC1 触发到另一个 UIViewController 子类 (VC2) 的模态 segue,该子类嵌入在它自己的不同 UINavigationController 中。在 VC2 的导航栏中由 UIBarButtonItem 触发的操作方法内部,我调用了
[self performSegueWithIdentifier:@"SomeString" sender:nil]
对应于 VC1 中的一个 unwind 方法。由于某种原因,不会发生过渡。
切换到 XCode 6 后才出现问题。它在 XCode 5 中运行良好。有什么想法吗?
【问题讨论】:
标签: xcode6 modalviewcontroller uistoryboardsegue