JWTooltipsStyling

@interface JWTooltipsStyling : NSObject

JWTooltipsStyling allows customization of the tooltip of the playback control.

  • The text color of tooltips.

    Declaration

    Objective-C

    @property (nonatomic, retain, readwrite, nullable) UIColor *text;
  • The background color of tooltips.

    Declaration

    Objective-C

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