How can we pull images from a website and display in our app using iphone sdk?
Also, how can we embed audio in our iPhone App using iPhone SDK?
Can you please refer to any tutorial / videos related to this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As @PeteRossi said, you can use this code:
However, I would look into using ASIHTTPRequest for downloading things from the web. ASIHTTPRequest contains powerful classes for downloading things asynchronously so that your app won’t have to wait for that image to download before it continues.