PTToolGroupToolbarAlignment
enum PTToolGroupToolbarAlignment : NSUInteger {}
The alignment of content within a PTToolGroupToolbar.
-
Align content to the left edge.
Declaration
Objective-C
PTToolGroupToolbarAlignmentLeftSwift
case left = 0 -
Align content to the right edge.
Declaration
Objective-C
PTToolGroupToolbarAlignmentRightSwift
case right = 1 -
Align content to the leading edge.
Declaration
Objective-C
PTToolGroupToolbarAlignmentLeadingSwift
case leading = 2 -
Align content to the trailing edge.
Declaration
Objective-C
PTToolGroupToolbarAlignmentTrailingSwift
case trailing = 3
PTToolGroupToolbarAlignment Enumeration Reference