gpt4 book ai didi

swift - 防止用户在 UIViewController 下与 SKScene 交互

转载 作者:行者123 更新时间:2023-11-30 11:01:19 25 4
gpt4 key购买 nike

我有一个 SKScene,它在某种程度上充当主菜单。我使用具有各种 View Controller (例如设置等)的容器 View ...

问题是,玩家仍然可以点击容器 View 中 View Controller 后面的节点等。有没有办法防止这种情况发生?

最佳答案

得到了一位 friend 的帮助,他编写了一个扩展来解决这个问题,并在顶部呈现了 View :

extension UIViewController {
var topPresentedViewController: UIViewController {
if let vc = self.presentedViewController {
return vc.topPresentedViewController
}

return self
}

}

关于swift - 防止用户在 UIViewController 下与 SKScene 交互,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53332657/

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