Width

public enum Width

Setting the width for each column.

  • A fixed with

    Declaration

    Swift

    case fixed(CGFloat)
  • Column width will be flexible.

    Declaration

    Swift

    case flexible
  • fill the remaining space if possible

    Declaration

    Swift

    case infinity