Can anyone just clarify this for me, I was under the impression that to use webViewDidFinishLoad: I would have to conform my class to <UIWebViewDelegate>
. However I forgot to do this but found it still works where I was expecting an error/warning. Can anyone explain for me?
-(void)webViewDidFinishLoad:(UIWebView *)webView {
// do stuff ...
}
much appreciated,
Gary