iosmbprogresshud

MBProgressHUD curtain?


Is there a way to present a MBProgressHUD with a curtain obscuring the entire screen like UIAlertController?

This is what UIAlertController looks like:

UIAlertController

On the other hand, this is MBProgressHUD:

MBProgressHUD

I don't like this because it's not obvious to me that you need to wait on this.

I'd like something more like this:

Wanted

Note I'm not fussy about this appearance. I got this just by adjusting the brightness of the image. I'd be even happier if the HUD itself was lighter than the background, much like the alert over its background.


Solution

  • Try JGProgressHUD JGProgressHud, this hud have several customizations that can fit your needs.