Hey,
Thanks for the response. Have you noticed any performance issues with the NSThread running in the background and polling for the file? Or even the NSOperation running?
I don't need to keep a copy of the image on disk, but I guess I could save it out to disk, and then once uploaded, delete it. It does sound better (and more optimised) than storing them in memory as the number of images could grow.
|