I'm searching for an easy method to display a custom loading .gif or another image as long as a UIWebView is still loading the page.
I know I have to do it in
– webViewDidStartLoad:(UIWebView *)webView
But how do I load the image?
I'm searching for an easy method to display a custom loading .gif or another image as long as a UIWebView is still loading the page.
I know I have to do it in
– webViewDidStartLoad:(UIWebView *)webView
But how do I load the image?
try this :
and in
webViewDidFinishLoad:
method remove it from superview