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 ?
views:
1051answers:
1
A:
Here's a detailed post, including sample code, regarding usage of UIActivityIndicatorView to overlay a loading view over different types of subviews.
sw
2010-01-19 13:00:13
Thank You very much....It will help me in many ways.....
Sijo
2010-01-20 05:41:09
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
2010-01-21 05:45:11