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?