I am currently working on RSS app (iOS), and i'm able to parse XML data to my TableView and display the images of the feeds to UIImageView.
Being more specific, i'm just able to get the thumbnail images on the CNN Money article for example, but i need the normal size images, to display in my UIImageView.
Feeds URL example - http://rss.cnn.com/rss/money_latest.rss
In this XML feed, i just only have one tag for grab images "media:thumbnail". How can i access the normal images, displayed when you open the full article?
Thanks in advance!
Edward.