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 = 0
Swift
case trailing = 0
-
Align the Category header chevron to the left.
Declaration
Objective-C
SCSChevronAlignmentLeading = 1
Swift
case leading = 1