ViewOrder

public enum ViewOrder : Int, CaseIterable

Undocumented

  • The placement of the views is top-most then left-most then

    Declaration

    Swift

    case topMost
  • The placement of the views is left-most then top-most

    Declaration

    Swift

    case leftMost