Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
raja nusantara
Courses Plus Student 2,084 Points( Extra Credit ) Build a Blog Reader iPhone App : Implementing a UIWebView
Hello Guys, I already done extra credit for AFNetworking for this apps and now i want implement SDWebImage in my code to download image asynchronously. The problem is how can i implement SDWebImage in my code ? Anyone have a good tutorial link for SDWebImage for me to read and try. thanks.
2 Answers
Matthew Mascioni
20,444 PointsHey Raja,
That's awesome! I'm assuming you'd be using SDWebImage to download the thumbnail images for the blog posts? You could still use it, but a great tutorial for downloading images asynchronously in this app comes directly from Amit on this forum post. Essentially, what you'd be using is NSURLSession to download images asynchronously, with no external code required.
However, if you were set on playing with SDWebImage, the developer provides quite extensive documentation on the main GitHub page. I also found this tutorial for it on Google.
Have fun!
raja nusantara
Courses Plus Student 2,084 PointsYes, i'm using SDWebImage to download the thumbnail to blog posts. Btw, thank for the links.
Magnus Braathen
7,726 PointsDid you solve it?