Inherits from TKAlertViewController : UIViewController
Declared in TKProgressAlertView.h

Overview

A simple alert view with a progress view.

Tasks

Other Methods

Properties

Properties

label

The title label for the alert.

@property (nonatomic, strong) UILabel *label

Discussion

The title label for the alert.

Declared In

TKProgressAlertView.h

progressBar

The progress bar view

@property (nonatomic, strong) TKProgressBarView *progressBar

Discussion

The progress bar view

Declared In

TKProgressAlertView.h

Instance Methods

initWithProgressTitle:

Initializes a progress alert view with a title.

- (id)initWithProgressTitle:(NSString *)title

Parameters

title

The title of the progress alert.

Return Value

A newly create progress alert view.

Discussion

Initializes a progress alert view with a title.

Declared In

TKProgressAlertView.h