Hello people that are way smarter than me,
I got two xml elements, one is title and the other URL of image. I am trying to show both the UILabel and UIImageView. My problem is the image not showing up.
Here is what I have done so far... If I pass _track.consultant_pic into an UILabel I can see the string (http://mysite.com/ted.jpg) inside my label. So I know the data is being passed from the XML.
If I write the actual path of the url into NSURL *url it works. So I know my set image code from UIImage to UIImageView is correct.