Created
March 23, 2011 09:05
-
-
Save akiraak/882818 to your computer and use it in GitHub Desktop.
UIWebView でURLを表示前に画面をクリアするには about:blank を読み込ませる
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[self.webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"about:blank"]]]; | |
[self.webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:url]]]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment