Houranis
Houranis

Reputation: 361

How make background circlular fade


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

enter image description here

Upvotes: 0

Views: 72

Answers (1)

adali
adali

Reputation: 5977

may be you can use https://github.com/jdg/MBProgressHUD with

hud.dimBackground = YES;

Upvotes: 1

Related Questions