单个旋转手势事件不起作用?

时间:2010-12-29 11:16:31

标签: iphone ipad uigesturerecognizer

我正在使用以下代码

recognizer = [[UIRotationGestureRecognizer alloc] initWithTarget:self action:@selector(handleRotationFrom:)];
 [self.view addGestureRecognizer:recognizer];
 [recognizer release];

但是当我做单指旋转事件时。函数handleRotationFrom是不是被调用了?请帮忙吗?我在UIView中添加了委托方法。请帮忙吗?

1 个答案:

答案 0 :(得分:4)

旋转手势总是涉及两次触摸。如果要在iphone模拟器中按住选项键进行测试,请单击。