JWMenusStyling

@interface JWMenusStyling : NSObject

JWMenuStyling allows customization of the menu of the player control.

  • The color of inactive, default text in menus and the Next Up overlay.

    Declaration

    Objective-C

    @property (nonatomic, retain, readwrite, nullable) UIColor *text;
  • The color of hovered or selected text in menus. This option also controls the text color in the Discover overlay and the hover state text color in the Next Up overlay.

    Declaration

    Objective-C

    @property (nonatomic, retain, readwrite, nullable) UIColor *textActive;
  • The background color of menus and the Next Up overlay.

    Declaration

    Objective-C

    @property (nonatomic, retain, readwrite, nullable) UIColor *background;