JustifyContent

public enum JustifyContent
  • Default value. Items are positioned at the beginning of the container.

    Declaration

    Swift

    case start
  • Items are positioned at the center of the container

    Declaration

    Swift

    case center
  • end

    Items are positioned at the end of the container

    Declaration

    Swift

    case end
  • Items are positioned with space before, between, and after the lines

    Declaration

    Swift

    case spaceAround