ios - 无法导航到 iOS 9 中的其他屏幕
<p><p>我正在从第二个屏幕导航到第三个屏幕,但它显示错误应用程序试图在目标上推送一个 nilViewController 。这是我用来导航的以下代码,</p>
<pre><code> if (appDelegate.thirdViewController == nil) {
ThirdViewController *sThirdViewController = ;
;
}
;
</code></pre></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>好像 AppDelegate 没有引用,</p>
<p>你写过 appDelegate = (AppDelegate *)[ delegate];</p>
<p>检查一次..</p></p>
<p style="font-size: 20px;">关于ios - 无法导航到 iOS 9 中的其他屏幕,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/35481038/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/35481038/
</a>
</p>
页:
[1]