Detect if images have loaded in a UIWebView?
        Posted  
        
            by Josh Gare
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Josh Gare
        
        
        
        Published on 2010-03-29T20:42:14Z
        Indexed on 
            2010/03/29
            20:43 UTC
        
        
        Read the original article
        Hit count: 467
        
Hey,
I have a UIWebview that is loading an image. However I am trying to call a method when the image has completed loaded / rendered.
I tried using UIWebViewDelgate and used,
-(void)webViewDidFinishLoad:(UIWebView *)webView {}
However this method is called before the image has loaded / rendered. How can I fix this. Any help would be greatly appreciated.
Josh
© Stack Overflow or respective owner