Wrap

public enum Wrap
  • Default value. Specifies that the flexible items will not wrap

    Declaration

    Swift

    case noWrap
  • Specifies that the flexible items will wrap if necessary

    Declaration

    Swift

    case wrap
  • Specifies that the flexible items will wrap, if necessary, in reverse order

    Declaration

    Swift

    case wrapReverse