My Project
 All Classes Functions Properties
Properties | List of all members
MBBarProgressView Class Reference

#import <MBProgressHUD.h>

Inheritance diagram for MBBarProgressView:

Properties

float progress
 
UIColor * lineColor
 
UIColor * progressRemainingColor
 
UIColor * progressColor
 

Detailed Description

A flat bar progress view.

Property Documentation

- (UIColor*) lineColor
readwritenonatomicassign

Bar border line color. Defaults to white [UIColor whiteColor].

- (float) progress
readwritenonatomicassign

Progress (0.0 to 1.0)

- (UIColor*) progressColor
readwritenonatomicassign

Bar progress color. Defaults to white [UIColor whiteColor].

- (UIColor*) progressRemainingColor
readwritenonatomicassign

Bar background color. Defaults to clear [UIColor clearColor];


The documentation for this class was generated from the following file: