开发者

download image from webpage, without showing webpage to user?

开发者 https://www.devze.com 2023-02-15 10:56 出处:网络
is there any method to download image from webpage, without showing webpage to user? one can do this through \'web ser开发者_开发知识库vice\'. Is there any other??Have a look at NSURLConnection.

is there any method to download image from webpage, without showing webpage to user? one can do this through 'web ser开发者_开发知识库vice'. Is there any other??


Have a look at NSURLConnection.

http://developer.apple.com/library/ios/#documentation/Cocoa/Conceptual/URLLoadingSystem/URLLoadingSystem.html

You can also do this in C using CFNetwork.

http://developer.apple.com/library/mac/#documentation/Networking/Conceptual/CFNetwork/Introduction/Introduction.html

0

精彩评论

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