Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Can anyone plese help me in this question,i m trying this but not getting any suitable answer ,i m a beginner to iphone. in my app i m using a scroll view which will show all images of a given webpage. my question is : how to Get all Images from any WebPage (in iphone)

Thank You in Advance.

share|improve this question
2  
Ask yourself the question "how would I get all images from any web page not specifically on the iPhone?". – Nick Bull Feb 6 '12 at 13:14
maybe this could help: allseeing-i.com/ASIHTTPRequest/ASIWebPageRequest – meccan Feb 6 '12 at 13:23

1 Answer

up vote 0 down vote accepted

I think this tutorial of ray wenderlich has exactly what you need:

http://www.raywenderlich.com/4295/multithreading-and-grand-central-dispatch-on-ios-for-beginners-tutorial

You will handle ASIHTTP and grand central dispatcher to do what you need.

I hope it helps

share|improve this answer
Hi Julian Thanks For the Answer.This is what I'm looking for – Siba Prasad Hota Feb 8 '12 at 4:43
@SibaPrasadHota you can mark this answer as the accepted answer by clicking the checkmark to the left - this is the best way to thank Julian. – Jarrod Dixon Feb 8 '12 at 5:26
You welcome. @SibaPrasadHota – Julian Osorio Feb 8 '12 at 13:44

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.