RBCircularProgressView Class Reference

Inherits from UIView
Declared in RBCircularProgressView.h

Overview

A circular view uses an arc to show progress.

  circleImage

The image to display in the circle (it is automatically adjusted for display).

@property (nonatomic, nullable) UIImage *circleImage

Discussion

The image to display in the circle (it is automatically adjusted for display).

Declared In

RBCircularProgressView.h

  circleColor

The background color of the circle.

@property (nonatomic, nullable) UIColor *circleColor

Discussion

The background color of the circle.

Declared In

RBCircularProgressView.h

  barShouldFillRadius

Whether the arc should fill the whole circle.

@property (nonatomic) BOOL barShouldFillRadius

Discussion

Whether the arc should fill the whole circle.

Declared In

RBCircularProgressView.h

  barWidth

The width of the arc bar. This is ignored if barShouldFillRadius is set to true.

@property (nonatomic) CGFloat barWidth

Discussion

The width of the arc bar. This is ignored if barShouldFillRadius is set to true.

Declared In

RBCircularProgressView.h

  barColor

The color of the arc bar.

@property (nonatomic, nullable) UIColor *barColor

Discussion

The color of the arc bar.

Declared In

RBCircularProgressView.h

  progress

The current progress from 0 to 1.

@property (nonatomic) CGFloat progress

Discussion

The current progress from 0 to 1.

Declared In

RBCircularProgressView.h

– startRepeatProgress

Begins a continuous arc fill/unfill animation.

- (void)startRepeatProgress

Discussion

Begins a continuous arc fill/unfill animation.

Declared In

RBCircularProgressView.h

– stopRepeatProgress

Stops the continuous arc fill/unfill animation.

- (void)stopRepeatProgress

Discussion

Stops the continuous arc fill/unfill animation.

Declared In

RBCircularProgressView.h