标签: iphone objective-c download nsstring
我目前正在使用[NSString stringWithContentsOfURL:url]将外部网页的内容下载到我的应用中。
[NSString stringWithContentsOfURL:url]
还有其他方式可能更快,更好/更安全吗?
答案 0 :(得分:2)
查找NSURLConnection。它以异步方式运行,因此不会减慢或暂时使应用程序崩溃。