Inherits from UIView
Declared in MBProgressHUD.h
MBProgressHUD.m

Overview

A flat bar progress view.

Tasks

Properties

lineColor

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

@property (nonatomic, MB_STRONG) UIColor *lineColor

Declared In

MBProgressHUD.h

progress

Progress (0.0 to 1.0)

@property (nonatomic, assign) float progress

Declared In

MBProgressHUD.h

progressColor

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

@property (nonatomic, MB_STRONG) UIColor *progressColor

Declared In

MBProgressHUD.h

progressRemainingColor

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

@property (nonatomic, MB_STRONG) UIColor *progressRemainingColor

Declared In

MBProgressHUD.h