gpt4 book ai didi

ios - SpriteKit : property for disabling taps and touches?

转载 作者:行者123 更新时间:2023-11-29 02:04:06 26 4
gpt4 key购买 nike

userInteractionEnabled 似乎只禁用触摸?如果我们需要忽略点击和触摸怎么办?是否有类似于 userInteractionEnabled 的属性也会导致点击被忽略?这是针对 Swift 的。

最佳答案

您可以使用 beginIgnoringInteractionEvents来自 UIApplication.sharedApplication:

//Start ignoring
UIApplication.sharedApplication().beginIgnoringInteractionEvents()

要结束忽略,您可以简单地使用 endIgnoringInteractionEvents

//End Ignoring
UIApplication.sharedApplication().endIgnoringInteractionEvents()

关于ios - SpriteKit : property for disabling taps and touches?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29997390/

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