PTGrabberOrientation
enum PTGrabberOrientation : NSUInteger {}
The orientation of a PTGrabberView instance.
-
The grabber is oriented horizontally.
Declaration
Objective-C
PTGrabberOrientationHorizontalSwift
case horizontal = 0 -
The grabber is oriented vertically.
Declaration
Objective-C
PTGrabberOrientationVerticalSwift
case vertical = 1
PTGrabberOrientation Enumeration Reference