Inherits from UIView
Declared in TKProgressBarView.h

Overview

A progress bar view.

Tasks

Properties

progress

The progress.

@property (nonatomic, assign) float progress

Discussion

The progress.

Declared In

TKProgressBarView.h

Instance Methods

initWithStyle:

Initialize a progress bar.

- (id)initWithStyle:(TKProgressBarViewStyle)style

Parameters

style

The style of the progress bar.

Return Value

A progress bar or nil.

Discussion

Initialize a progress bar.

Declared In

TKProgressBarView.h

setProgress:animated:

Sets the progress. Allows for animation of the progress meter.

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

Parameters

progress

The progress.

animated

Flag for animating the increase of the progress.

Discussion

Sets the progress. Allows for animation of the progress meter.

Declared In

TKProgressBarView.h