Declared in YLProgressBar.h

YLProgressBarStripesDirection

The stripes movement direction.

Definition

typedef NS_ENUM(NSInteger, YLProgressBarStripesDirection ) {
   YLProgressBarStripesDirectionLeft = -1,
   YLProgressBarStripesDirectionRight = 1,
};

Constants

YLProgressBarStripesDirectionLeft

The stripes go from right to left.

Declared In YLProgressBar.h.

YLProgressBarStripesDirectionRight

The stripes go from left to right.

Declared In YLProgressBar.h.

Declared In

YLProgressBar.h