JWLogoPosition

@objc
public enum JWLogoPosition : Int
extension JWLogoPosition: CustomStringConvertible

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
  • Declaration

    Swift

    public var description: String { get }