Width

public enum Width

Setting the width for each column.

  • A fixed width.

    Declaration

    Swift

    case fixed(CGFloat)
  • Column width is flexible based on content

    Declaration

    Swift

    case flexible
  • fill the remaining space if possible

    Declaration

    Swift

    case infinity