JWLogoPosition

enum JWLogoPosition : NSInteger {}

Type of view position for watermark placement.

  • Top right position of the content

    Declaration

    Objective-C

    JWLogoPositionTopRight = 0
  • Top left position of the content

    Declaration

    Objective-C

    JWLogoPositionTopLeft
  • Bottom right position of the content

    Declaration

    Objective-C

    JWLogoPositionBottomRight
  • Bottom left position of the content

    Declaration

    Objective-C

    JWLogoPositionBottomLeft
  • Make the watermark as the leftmost icon in the right grouping of buttons in the control bar

    Declaration

    Objective-C

    JWLogoPositionControlbar