gpt4 book ai didi

ios - 当手指经过时,Swift Button 的作用就像一个传感器

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

我正在尝试制作一个类似这样的应用程序,但我不知道如何去做。我已经尝试了很多东西,但它不起作用,或者我无法使它起作用,因为我对 Swift 非常陌生。这是视频引用:https://youtu.be/6cCV_YsbUq0?t=2s

感谢您的宝贵时间

最佳答案

我不确定,但您可以尝试触摸屏幕的 x 和 y 位置,按照此代码找到 x 和 y 位置。

override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
if let touch = touches.first {
let position = touch.location(in: self.view)
print(position.x)
print(position.y)
}
}

关于ios - 当手指经过时,Swift Button 的作用就像一个传感器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51136613/

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