应用程序终止后如何在UIWebView中显示最后一个URL 2

时间:2012-08-03 04:14:34

标签: iphone ios xcode

我尝试过这段代码,但无法使用它。提前谢谢。

(BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:
 (NSURLRequest *)request navigationType:(UIWebViewNavigationType)navigationType
{
  [[NSUserDefaults standardUserDefaults] saveObject:
   [[request URL] absoluteString] forKey: @"SAVED-URL"];
}

0 个答案:

没有答案