Declared in YLProgressBar.h

YLProgressBarType

The progress bar appearance.

Definition

typedef NS_ENUM(NSUInteger, YLProgressBarType ) {
   YLProgressBarTypeRounded = 0,
   YLProgressBarTypeFlat = 1,
};

Constants

YLProgressBarTypeRounded

The progress bar has rounded corners and the gloss effect by default.

Declared In YLProgressBar.h.

YLProgressBarTypeFlat

The progress bar has squared corners and no gloss.

Declared In YLProgressBar.h.

Declared In

YLProgressBar.h