JWLogoPosition

@objc
public enum JWLogoPosition : Int

Constants denoting where to position the logo on the screen.

  • The top-right corner of the player.

    Declaration

    Swift

    case topRight
  • The top-left corner of the player.

    Declaration

    Swift

    case topLeft
  • The bottom-right corner of the player.

    Declaration

    Swift

    case bottomRight
  • The top-left corner of the player.

    Declaration

    Swift

    case bottomLeft