Position

public enum Position : String, Encodable

Specifies the location of the title.

Note that the title’s position used to be set by the now deprecated titleposition attribute.

  • Undocumented

    Declaration

    Swift

    case topLeft = "top left"
  • Undocumented

    Declaration

    Swift

    case topCenter = "top center"
  • Undocumented

    Declaration

    Swift

    case topRight = "top right"