开发者

How can I download files from UIWebView using ASIHTTPRequest?

开发者 https://www.devze.com 2023-04-05 07:33 出处:网络
I want to create a section of my app where you can download the current webpage showing in the UIWebView and then save it to a UITableView and when you tap on 开发者_开发问答the filename in the UITabl

I want to create a section of my app where you can download the current webpage showing in the UIWebView and then save it to a UITableView and when you tap on 开发者_开发问答the filename in the UITableView, it will load the local file in the UIWebView to allow offline browsing.

How can I do this with http://allseeing-i.com/ASIHTTPRequest? I've taken a look and all the code looks very daunting for a beginner! Is there an alternative method? Is this the best method?

Thank you


ASIWebPageRequest is the answer. It's a class included with ASIHTTPRequest that makes it easy to download whole pages, with all their associated dependencies.

You'd probably want to create a custom cache to store your downloaded webpages in, and then load them out of that cache when requested by the user.

0

精彩评论

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