ViewPositioning

public enum ViewPositioning

Represents the possible positions where you can add a view into another.

  • Positions the view behind another view.

    Declaration

    Swift

    case back
  • Positions the view in front of another view.

    Declaration

    Swift

    case front