开发者

Best way to download a website

开发者 https://www.devze.com 2023-01-18 19:19 出处:网络
I am currently using [NSString stringWithContentsOfURL:url] to download the contents of an external webpage to m开发者_StackOverflowy app.

I am currently using [NSString stringWithContentsOfURL:url] to download the contents of an external webpage to m开发者_StackOverflowy app.

Is there any other way that might be faster or better/safer?


look up NSURLConnection. It runs asynchronously and therefore won't slow down or temporarily crash your application.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号