我正在使用以下代码
recognizer = [[UIRotationGestureRecognizer alloc] initWithTarget:self action:@selector(handleRotationFrom:)];
[self.view addGestureRecognizer:recognizer];
[recognizer release];
但是当我做单指旋转事件时。没有调用函数handleRotationFrom?请问有什么帮助吗?我在我的 UIView 中也添加了委托方法..有什么帮助吗?