
Here its setup to my controller just fine, but when I try to see if its done loading, it won't send a message!
Code:
- (void)webView:(WebView *)sender didFinishLoadForFrame:(WebFrame *)frame {
NSLog(@"%@", "Testing");
}
What I am trying to do, is when its done, it will do a [progress stopAnimation:nil];