fewaf
fewaf

Reputation: 151

How do I show a loading bar in a UIWebview when a page is loading?

I've put the Progress View at the top of my webView, and I guess now I just need to link it to the loading of the page? How do I do this? I'm new to objective c.

Upvotes: 0

Views: 474

Answers (1)

Krivoblotsky
Krivoblotsky

Reputation: 1502

You can start from this 3rd party: https://github.com/ninjinkun/NJKWebViewProgress

Upvotes: 1

Related Questions