JWControlbarStyling

@interface JWControlbarStyling : NSObject

JWControlbarStyling allows customization of the playback controls of the player.

  • The color of any plain text in the control bar, such as the time.

    Declaration

    Objective-C

    @property (nonatomic, retain, readwrite, nullable) UIColor *text;
  • The default, inactive color of all icons in the control bar. This option also controls the color of the play, pause, and replay icons in the inactive and complete states.

    Declaration

    Objective-C

    @property (nonatomic, retain, readwrite, nullable) UIColor *icons;
  • The color of tapped or selected icons in the control bar.

    Declaration

    Objective-C

    @property (nonatomic, retain, readwrite, nullable) UIColor *iconsActive;
  • The background color of the control bar and the volume slider. The default background is transparent.

    Declaration

    Objective-C

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