1

I am looking for the Flickr multithreaded example application that is used in lecture 10 "Performance and Threading". He does a few things that I would like to look at. The particular files I'm looking for are ImageLoadingOperation.h and MyTableViewController.m?

Does anybody know if they exist somewhere out there and I just missed it? If they don't exist, does anybody know where some good examples of using NSInvocationOperation and creating a class to do loading of images in a threaded manner?

gunr2171
  • 16,104
  • 25
  • 61
  • 88
Jason
  • 17,276
  • 23
  • 73
  • 114

1 Answers1

6

http://www.stanford.edu/class/cs193p/downloads/10-ThreadedFlickrTableView.zip

http://cs193p.stanford.edu/

Quinn Taylor
  • 44,553
  • 16
  • 113
  • 131