up vote 1 down vote favorite
3
share [g+] share [fb]

I am trying to adapt http://kosmaczewski.net/2009/03/08/asynchronous-loading-of-images-in-a-uitableview/ to load a specific flickr feed but at the moment when I put in a flick rss feed in definations.h it wont load the images past the thumbnail view

//
//  Definitions.h
//  AsyncTable
//
//  Created by Adrian on 3/8/09.
//  Copyright 2009 __MyCompanyName__. All rights reserved.
//

// URL of the public Flickr RSS feed
#define NEWS_FEED_URL @"http://api.flickr.com/services/somekind of feed here"
link|improve this question

53% accept rate
feedback

1 Answer

up vote 0 down vote accepted

Found the problem You just have to edit the XML parser a bit

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.