gpt4 book ai didi

ios - 带有目标的 UITapGestureRecognizer - Swift

转载 作者:IT王子 更新时间:2023-10-29 05:10:45 26 4
gpt4 key购买 nike

我试着做一个简单的点击手势,但我无法理解。我想为手势添加一个目标,简单的选择器。

这是我的代码:

var panGesture : UIGestureRecognizer = UITapGestureRecognizer.addTarget(<#UIGestureRecognizer#>)

如何设置选择器?

最佳答案

应该看起来像这样:

var tapGesture = UITapGestureRecognizer(target: self, action: "SomeMethod")
self.view.addGestureRecognizer(tapGesture)

关于ios - 带有目标的 UITapGestureRecognizer - Swift,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24085922/

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