Declared in YLProgressBar.h

YLProgressBarStripesOrientation

The stripes orientation.

Definition

typedef NS_ENUM(NSUInteger, YLProgressBarStripesOrientation ) {
   YLProgressBarStripesOrientationRight = 0,
   YLProgressBarStripesOrientationLeft = 1,
   YLProgressBarStripesOrientationVertical = 2,
};

Constants

YLProgressBarStripesOrientationRight

The stripes are obliques in the north-west direction.

Declared In YLProgressBar.h.

YLProgressBarStripesOrientationLeft

The stripes are obliques in the south-west direction.

Declared In YLProgressBar.h.

YLProgressBarStripesOrientationVertical

The stripes are verticals.

Declared In YLProgressBar.h.

Declared In

YLProgressBar.h