Reputation: 1847
is there any method to download image from webpage, without showing webpage to user? one can do this through 'web service'. Is there any other??
Upvotes: 0
Views: 87
Reputation: 181
Have a look at NSURLConnection.
You can also do this in C using CFNetwork.
Upvotes: 2