Declared in DTProgressHUD.h

HUDProgressType

Type of progress that is shown

Definition

typedef NS_ENUM(NSUInteger, HUDProgressType ) {
   HUDProgressTypeInfinite,
   HUDProgressTypePie,
};

Constants

HUDProgressTypeInfinite
 Infinite progress with 'UIActivityIndicatorView'

Declared In DTProgressHUD.h.

HUDProgressTypePie
 Progess with pie 'DTPieProgressIndicator'

Declared In DTProgressHUD.h.

Declared In

DTProgressHUD.h