Please note, this blog entry is from a previous course. You might want to check out the current one.
… back to the actual task … prevent the “old” top-places table view controller from loading photos we do not need any more:
- (void)viewDidLoad { [super viewDidLoad]; // [self fetchPlaces]; }
Download Photos from Flickr using URLforRecentGeoreferencedPhotos:
Assignment #6 Task #1
Your application must work identically to last week except that where you are displaying the “top places” (as reported by Flickr), you are going to display the “top regions” in which photos have been taken. You will calculate the most popular regions from the data you gather periodically from the URLforRecentGeoreferencedPhotos.
Continue reading “cs193p – Assignment #6 Part #2”













