Garrett
Jul 14, 2008, 05:41 PM
http://www.grabup.com/uploads/ab1dd946b4da3a6af9748e9fcd2b8a37.png
Here its setup to my controller just fine, but when I try to see if its done loading, it won't send a message!
- (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];
Here its setup to my controller just fine, but when I try to see if its done loading, it won't send a message!
- (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];
