7

我知道通常的方式,它在视图控制器中有效,但在场景中无效

UIPanGestureRecognizer *longPanGesture = [[UIPanGestureRecognizer alloc] initWithTarget:self action:@selector(panRecognized:)];
[self.view addGestureRecognizer:longPanGesture];

然后我实现了选择器,但它从未被调用过。然后我将相同的代码移动到我的场景的视图控制器中并调用了选择器。

我的问题是如何将手势识别器添加到精灵套件场景中?

4

0 回答 0