JWTimesliderStyling

@interface JWTimesliderStyling : NSObject

JWTimesliderStyling allows customizaiton of the slider of the playback control.

  • The color of the bar in the time slider filled in from the beginning of the video through the current position. The buffer region of the control bar is 50% of the opacity of this color. The color of the volume slider is also controlled by this option.

    Declaration

    Objective-C

    @property (nonatomic, retain, readwrite, nullable) UIColor *progress;
  • The color of the base of the timeslider, known as the rail.

    Declaration

    Objective-C

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