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?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 6 down vote accepted

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

http://cs193p.stanford.edu/

link|improve this answer
Wow, I feel foolish. I guess I must have just missed it. Thanks! – Jason Sep 18 '09 at 19:14
1  
No worries, everyone has those moments. Glad to help! – Quinn Taylor Sep 18 '09 at 19:42
feedback

Your Answer

 
or
required, but never shown

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