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