objectiveBar in objective-c

时间:2012-01-03 05:47:23

标签: iphone ios ipad webview progress-bar

  

可能重复:
  How to use UIProgressView while loading of a UIWebView?

我正在制作iPad应用程序,

在我的应用程序中我正在使用Web视图,但Web视图需要花费大量时间才能加载,

所以我想在页面加载之前显示progressBar,

如何显示progressBar?

提出一些最佳教程

这是用于网络视图的代码段,

    NSURL *url2=[NSURL URLWithString:@"http://www.yahoo.com"];
    NSURLRequest *req2=[NSURLRequest requestWithURL:url2];
    [webView2 loadRequest:req2];

1 个答案:

答案 0 :(得分:0)

查看UIWebView loading progress and adjust web page to fit the view page?的已接受答案。它包括(除此之外)这个问题。