I am looking for a way to easyly load images from the web in Cocoa (for mac, not iOS)
Any pointer?
Thanks
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.
NSURLConnection is the Cocoa API for the job.
However, some people prefer ASIHTTPRequest (I’m one of them) so you should check that out too. The developers of this library have really good docs as well!