Direction

public enum Direction : UInt32

Orientation of a page.

  • The width is less than the height.

    Declaration

    Swift

    case portrait
  • The height is less than the width.

    Declaration

    Swift

    case landscape