Inherits from UIView
Declared in MBProgressHUD.h
MBProgressHUD.m

Overview

A progress view for showing definite progress by filling up a circle (pie chart).

Properties

backgroundTintColor

Indicator background (nonprogress) color. Defaults to translucent white (alpha 0.1)

@property (nonatomic, MB_STRONG) UIColor *backgroundTintColor

Declared In

MBProgressHUD.h

progress

Progress (0.0 to 1.0)

@property (nonatomic, assign) float progress

Declared In

MBProgressHUD.h

progressTintColor

Indicator progress color. Defaults to white [UIColor whiteColor]

@property (nonatomic, MB_STRONG) UIColor *progressTintColor

Declared In

MBProgressHUD.h