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.
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.
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.
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.