Question

J'essaie d'adapter http : //kosmaczewski.net/2009/03/08/asynchronous-loading-of-images-in-a-uitableview/ pour charger un flux Flickr spécifique, mais au moment où je mets un flux RSS rapide dans definations.h il ne chargera pas les images au-delà de la vue miniature

//
//  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"
Était-ce utile?

La solution

Vous avez trouvé le problème Il vous suffit d'éditer un peu l'analyseur XML

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top