FUISegmentWidthMode

@frozen
public enum FUISegmentWidthMode

An enum for setting the segment mode in FUIDimensionSelector

  • Fixed width for all the segments

    Declaration

    Swift

    case fixed(CGFloat)
  • Width based on content width

    Declaration

    Swift

    case intrinsic
  • Width equal to the maximum width among all segments

    Declaration

    Swift

    case maximum
  • Equal width to fill the space

    Declaration

    Swift

    case equal