AliyunRotateToAction

@interface AliyunRotateToAction : AliyunRotateAction

旋转到某个角度类

继承自AliyunRotateAction

  • 旋转到目标角度

    Declaration

    Objective-C

    @property (nonatomic) float toDegree;
  • Deprecated

    deprecated

    初始化方法

    Declaration

    Objective-C

    - (id)initWithRestore:(NSDictionary *)dict;

    Parameters

    dict

    初始化参数

    Return Value

    旋转实例对象