属性
UIRotationGestureRecognizer是UIGestureRecognizer的子类。
UIRotationGestureRecognizer除了继承UIGestureRecognizer的属性外,还提供如下俩个属性:
rotation: //获取旋转角度
velocity: //获取旋转速度
例子
示例:通过旋转手势旋转图片
@implementation FKViewController
UIImage* srcImage;
CGFloat currentScale;