In order to view this lesson, you must purchase this course.
Another very common task in iOS programming is to fetch images using a URL string. Accomplishing this is quite simple, however I want to mention the issue that you'll run into if you don't properly cache the data you get back. We wont be going into too much detail what caching will look like but its useful to know what you'll run into in a production environment.