AliyunRotateByAction

@interface AliyunRotateByAction : AliyunRotateAction

* A class that defines rotation animations with a rotation angle.

  • * The rotation angle.

    Declaration

    Objective-C

    @property (nonatomic) float rotateDegree;
  • Deprecated

    deprecated

    * Initializer.

    Declaration

    Objective-C

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

    Parameters

    dict

    The initialization parameter.

    Return Value

    A rotation animation object.