views:

1051

answers:

1

I have a uiwebview in my iphone application. I want to show a loading gif image which is located in my application , until complete contents of my uiwebview loads . Can anybody suggest a method ?

A: 

Here's a detailed post, including sample code, regarding usage of UIActivityIndicatorView to overlay a loading view over different types of subviews.

sw
Thank You very much....It will help me in many ways.....
Sijo
I have a doubt. I tried this method. It works fine when UIwebview loads. But when it go to next page in same Webview , loading image not showing....I used these functions - (void)webViewDidStartLoad:(UIWebView *)webView{}and - (void)webViewDidFinishLoad:(UIWebView *)webView{}Can u answer me ?
Sijo