mutualmobile / MMProgressHUD

An easy-to-use HUD interface with personality.
MIT License
705 stars 131 forks source link

Plain Hud #9

Closed eftalersoy closed 10 years ago

eftalersoy commented 10 years ago

is there any way to call MMProgressHud without any progress bar? I am looking at it but it seems I can't find any way to show very plain hud.

larsacus commented 10 years ago

The default action is to display the system's indeterminate spinner. I guess it depends on what you mean by "very plain HUD".

larsacus commented 10 years ago

Closing this until more information is given since you can already display an indeterminate progress spinner.

eftalersoy commented 10 years ago

I mean without any spinner or image. You see, sometimes I need to show some kind of message to the user which is not an error or a progress. Plain black transparent box with title and status.

larsacus commented 10 years ago

Currently, MMProgressHUD does not support this particular configuration.