gpt4 book ai didi

ios - 在 ios swift 中导航到其他屏幕时,不鼓励在分离的 View Controller 上呈现 View Controller

转载 作者:行者123 更新时间:2023-11-30 13:56:58 26 4
gpt4 key购买 nike

嗨,我需要从 swift 类导航到 Objective C 类,然后我收到错误

“不鼓励在分离的 View Controller 上呈现 View Controller ”并显示空白屏幕。

我添加了导航代码,如下所示:

var captureViewCon = CaptureViewController(nibName: "CaptureViewController", bundle: nil)
self.presentViewController(captureViewCon, animated: true, completion: nil)

请帮助我。我做错了什么?

最佳答案

尝试将动画更改为 false,或将代码移至 View Controller 生命周期的后期。或者从应用程序的 rootViewController 显式调用presentViewController。

关于ios - 在 ios swift 中导航到其他屏幕时,不鼓励在分离的 View Controller 上呈现 View Controller ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33498175/

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