0

Any of you knows how can I load a uiwebview using proxys inside of the app?

NSURL *site =[NSURL URLWithString:@"http://mydomain.com/"];
    NSURLRequest *request =[NSURLRequest requestWithURL:site];
    [_webLoad loadRequest:request];

I'll really appreciate your help.

4

1 回答 1

0

我喜欢用这个:

https://github.com/pokeb/ProxyingUIWebView

实施起来非常简单,使用起来也很快。看一看。

于 2013-01-31T17:28:45.577 回答