Inherits from UIView
Declared in TKProgressCircleView.h

Overview

A progress circle view

Tasks

Properties

progress

The progress displayed. Value between 0.0 and 1.0

@property (nonatomic, assign) float progress

Discussion

The progress displayed. Value between 0.0 and 1.0

Declared In

TKProgressCircleView.h

twirlMode

Have the progress circle twirl instead of displaying the current progress.

@property (assign, nonatomic, getter=isTwirling) BOOL twirlMode

Discussion

Have the progress circle twirl instead of displaying the current progress.

Declared In

TKProgressCircleView.h

Instance Methods

init

Initialized a new progress circle view.

- (id)init

Discussion

Initialized a new progress circle view.

Declared In

TKProgressCircleView.h

setProgress:animated:

Set the progress with the circle animating to the progress.

- (void)setProgress:(float)progress animated:(BOOL)animated

Parameters

progress

The current progress.

animated

Flag to animate to the current progress.

Discussion

Set the progress with the circle animating to the progress.

Declared In

TKProgressCircleView.h