AliWipeActionDirection
enum AliWipeActionDirection : NSUInteger {}
* The Direction of wipe action
-
Undocumented
Declaration
Objective-C
AliWipeActionDirection_LeftToRight = 0
-
Undocumented
Declaration
Objective-C
AliWipeActionDirection_UpToDown = 1
-
Undocumented
Declaration
Objective-C
AliWipeActionDirection_RightToLeft = 2
-
Undocumented
Declaration
Objective-C
AliWipeActionDirection_DownToUp = 3