Skip to content

Instantly share code, notes, and snippets.

@joelmgallant
Created September 25, 2013 19:37
Show Gist options
  • Save joelmgallant/6704906 to your computer and use it in GitHub Desktop.
Save joelmgallant/6704906 to your computer and use it in GitHub Desktop.
- (void)connection:(NSURLConnection *)connection didReceiveResponse:(NSURLResponse *)response
{
NSLog(@"Received Connection Response!");
if(([[self webview] isLoading]) == TRUE || true)
{
NSLog(@"Loading redirection!");
[[self webview] stopLoading];
[[self webview] loadRequest:[self request]];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment