Skip to content

Instantly share code, notes, and snippets.

@aljungberg
Created November 22, 2010 04:48
Show Gist options
  • Save aljungberg/709535 to your computer and use it in GitHub Desktop.
Save aljungberg/709535 to your computer and use it in GitHub Desktop.
- (void)_loadMainFrameURL
{
[self _startedLoading];
_ignoreLoadStart = YES;
_ignoreLoadEnd = NO;
_url = _mainFrameURL;
_html = null;
[self _load];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment