JWTooltipsStyling
@interface JWTooltipsStyling : NSObject
JWTooltipsStyling allows customization of the tooltip of the playback control.
-
The text color of tooltips.
Declaration
Objective-C
@property (readwrite, retain, nonatomic, nullable) UIColor *text;
-
The background color of tooltips.
Declaration
Objective-C
@property (readwrite, retain, nonatomic, nullable) UIColor *background;