I have a UIWebview that uploads an image. However, I am trying to call the method when the image has finished loading / displaying.
I tried using UIWebViewDelgate and used
-(void)webViewDidFinishLoad:(UIWebView *)webView {}
However, this method is called before loading / displaying the image. How can I fix this. Any help would be greatly appreciated.
Josh
user304579
source share