SCSChevronAlignment
enum SCSChevronAlignment : NSInteger {}
The alignment positions for the chevrons on the Data Category Views.
-
Align the Category header chevron to the right.
Declaration
Objective-C
SCSChevronAlignmentTrailing = 0Swift
case trailing = 0 -
Align the Category header chevron to the left.
Declaration
Objective-C
SCSChevronAlignmentLeading = 1Swift
case leading = 1
Install in Dash
SCSChevronAlignment Enumeration Reference