gpt4 book ai didi

ios - swift 4.0 : Overriding 'prepare' must be as available as declaration it overrides

转载 作者:搜寻专家 更新时间:2023-10-30 23:04:34 33 4
gpt4 key购买 nike

我试图将 Apple 的 ARKit 示例应用程序集成到我的应用程序中。由于 ARKit 只是一个附加功能,所以我需要支持较低版本的 iOS。我在所有 ARKit 示例应用程序类中添加了 @available(iOS 11.0, *) 标签……它几乎可以工作,除了这个 1 错误:“覆盖‘准备’必须与它覆盖的声明一样可用”。知道如何解决这个问题吗?

Xcode error image

最佳答案

移动:

override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
//...
}

直接到 ViewController 文件。

它独立于 UIPopoverPresentationControllerDelegate 协议(protocol)。

关于ios - swift 4.0 : Overriding 'prepare' must be as available as declaration it overrides,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46438268/

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