gpt4 book ai didi

ios - fatal error : unexpectedly found nil while unwrapping on ! 值

转载 作者:行者123 更新时间:2023-11-29 00:46:54 28 4
gpt4 key购买 nike

我正在使用 swift 2.2。我有一个选项卡栏 View Controller 和 2 个带导航栏的 View Controller 的 subview Controller 。我有一个不同的 View Controller ,其中我有一个按钮。所以通过单击按钮我需要导航到我的标签栏 View Controller 的第二个 subview Controller 。

////代码在这里///

    let barViewControllers = sender.destinationViewController as! UITabBarController

let nav = barViewControllers.viewControllers![2] as! UINavigationController

let destinationViewController = nav.topviewcontroller as! CartVC

现在我在这一行中遇到了新的崩溃。let barViewControllers = sender.destinationViewController as! UITabBarController..Unexp 致命选项错误

最佳答案

如果你只有两个 View Controller ,它应该是 barViewControllers.viewControllers[1] 而不是 [2]

let nav = barViewControllers.viewControllers![1] as! UINavigationController

关于ios - fatal error : unexpectedly found nil while unwrapping on ! 值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38528909/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com