-1

I am trying to retrieve all the images(nothing else) from any website say google.com programatically.Please note my objective is not to load any website in uiWebView.

Please suggest.

Madhuri
  • 178
  • 1
  • 9

2 Answers2

0

You shouldn't ask for all solution, show your work and ask particular solution. Any way check this https://github.com/zootreeves/Objective-C-HMTL-Parser. Download a html page and get only tag.

Zhans
  • 273
  • 2
  • 11
0

From your ios app,Call a php file in your server which uses curl to get all images from a website .Then return url's to those images in your php file which will be used by your ios app.

santhu
  • 4,796
  • 1
  • 21
  • 29
  • Read the OP requirement properly. The problem says need to get the images of **any websites**. – Kumar KL Jan 25 '14 at 07:52
  • @KumarKl yes, there are many different ways by which you can get image links from any website, i dont know much about sandbox or something, but its possible in php. what do you mean exactly kumar ? – santhu Jan 25 '14 at 07:56