views:

26

answers:

0

I have a button that load a link into a webview. While those links are loading, the networkActivityIndicator is animated until the site completely loads. But once a link is loaded, and I try to browse the website in the webview, by logging on to it or something, the network activity indicator does not animate.

How would I implement it to animate while browsing a website in the webview?

Thanks.