views:

309

answers:

2

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?

+5  A: 

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

http://cs193p.stanford.edu/

Quinn Taylor
Wow, I feel foolish. I guess I must have just missed it. Thanks!
Jason
No worries, everyone has those moments. Glad to help!
Quinn Taylor
A: 

This example is no longer in the above location. If you have it, I'd love to get a copy also.

Pat