StaggerAxis

public enum StaggerAxis : String

Used to indicate for staggered orientations which axis is staggered

  • x

    Staggered on the x-axis

    Declaration

    Swift

    case x
  • y

    Staggered on the y-axis

    Declaration

    Swift

    case y
  • Creates a new instance

    Declaration

    Swift

    public init?(_ rawValue: String?)

    Parameters

    rawValue

    The raw value, nil will always be the result if nil is supplied