NSURLConnection set to cache

2009-05-17 Thread Eric E. Dolecki
I just want to be sure of something - if I set the images to cache, when I load the same url again, the image is coming from memory - because I put in a progress bar and the images loaded already I thought would have an instantly populated progress bar, but they still load with progress (albeit qui

Re: NSURLConnection set to cache

2009-05-18 Thread Keary Suska
On May 17, 2009, at 9:07 PM, Eric E. Dolecki wrote: I just want to be sure of something - if I set the images to cache, when I load the same url again, the image is coming from memory - because I put in a progress bar and the images loaded already I thought would have an instantly populated

Re: NSURLConnection set to cache

2009-05-18 Thread Eric E. Dolecki
Thanks - that's good information. On Mon, May 18, 2009 at 10:35 AM, Keary Suska wrote: > On May 17, 2009, at 9:07 PM, Eric E. Dolecki wrote: > > I just want to be sure of something - if I set the images to cache, when I >> load the same url again, the image is coming from memory - because I put