Declared in YLProgressBar.h

YLProgressBarIndicatorTextDisplayMode

The display mode of the indicator text.

Definition

typedef NS_ENUM(NSUInteger, YLProgressBarIndicatorTextDisplayMode ) {
   YLProgressBarIndicatorTextDisplayModeNone = 0,
   YLProgressBarIndicatorTextDisplayModeTrack = 1,
   YLProgressBarIndicatorTextDisplayModeProgress = 2,
};

Constants

YLProgressBarIndicatorTextDisplayModeNone

The indicator text is not displayed.

Declared In YLProgressBar.h.

YLProgressBarIndicatorTextDisplayModeTrack

The indicator text is displayed over the track bar and below the progress bar.

Declared In YLProgressBar.h.

YLProgressBarIndicatorTextDisplayModeProgress

The indicator text is diplayed over the progress bar.

Declared In YLProgressBar.h.

Declared In

YLProgressBar.h