当我使用“使用标识符执行segue”方法时,故事板不会推送视图

时间:2014-04-04 13:17:09

标签: objective-c uistoryboard uistoryboardsegue pushviewcontroller

我正在使用故事板进行视图之间的正常转换,通常我使用“performsegue with identifier”。 但是有一个视图控制器,我使用segue(具有正确的标识符)推送,与该控制相关联的类被调用,但故事板不加载视图。 我得到了这个警告

Unbalanced calls to begin/end appearance transitions for <ParsingViewController: 0xa294940>.

当我打印导航控制器阵列时,它会显示我之前的视图被调用两次(即ParsingViewController)

Navigation array (
"<LoginController4: 0x8d86830>",
"<ParsingViewController: 0x8c9e760>",
"<ParsingViewController: 0xa294940>",
"<UIViewController: 0x8ec31f0>"

我在这个问题上坐了好几个小时,但是我无法使用segue推送视图控制器。

1 个答案:

答案 0 :(得分:0)

谷歌那条消息,您将看到有关该主题的大量信息。以下是可能有用的内容:Unbalanced calls to begin/end appearance transitions for <UITabBarController: 0x197870>