Quantcast
Channel: iPhone RSS thumbnail - Stack Overflow
Browsing latest articles
Browse All 4 View Live

Answer by iRebel_85 for iPhone RSS thumbnail

I would use NSScanner to scan your url from the feed item and get the youtube video id. Then I would then use the video ID to get the thumbnail image from a URL. You can pick which thumbnail URL you...

View Article



Answer by Karthikeyan for iPhone RSS thumbnail

Have the same problem,but solved with references from Youtube API,consider this as u r youtube feed,http://gdata.youtube.com/feeds/base/users/[insert UserName]/uploadswhere u will get a xml with...

View Article

Answer by bjartek for iPhone RSS thumbnail

I would recommend trying out TouchXML for xml parsing. I find it a lot easier to work with. Fetch the url for the image like you fetch any other text field. Then when you create the object and add it...

View Article

iPhone RSS thumbnail

I have a simple RSS reader. Stories are downloaded, put into a UITableView, and when you click it, each story loads in a UIWebView. It works great. Now though, I'd like to incorporate an image on the...

View Article
Browsing latest articles
Browse All 4 View Live


Latest Images