FWSegmentedControlSegmentWidthStyle
NS_ENUM(NSInteger, FWSegmentedControlSegmentWidthStyle) {
FWSegmentedControlSegmentWidthStyleFixed, // Segment width is fixed
FWSegmentedControlSegmentWidthStyleDynamic, // Segment width will only be as big as the text width (including inset)
}
Undocumented
-
Undocumented
Declaration
Objective-C
FWSegmentedControlSegmentWidthStyleFixed
-
Undocumented
Declaration
Objective-C
FWSegmentedControlSegmentWidthStyleDynamic