Reputation: 361
I'm not sure what it's called, I have UIView with UIWebView in it, and I want make it exactly as the screen shot below while UIWebView is loading.
Can anybody help me with that?
Thanks
Upvotes: 0
Views: 72
Reputation: 5977
may be you can use https://github.com/jdg/MBProgressHUD with
hud.dimBackground = YES;
Upvotes: 1