I'm going to try NSURLConnection first I guess and see how it goes. I'm loading larger images that get resized down in the table so I'll have the larger images cached for display in a details view. Thanks for all of this valuable feedback! Eric
On Thu, May 14, 2009 at 11:21 PM, George Warner <[email protected]> wrote: > On Thu, 14 May 2009 16:52:48 -0400, Eric E. Dolecki" <[email protected]> > wrote: > > Just curious, but if I am loading images into a UIImageView in table cells > from online URLs, is it better to use NSThread or use async NSURLConnection > to ensure that the scrolling is smooth while images are loaded in? > > > This probably depends on how long the async callback takes; more than about > 1/10th of a second and it will start impacting the smoothness of the > scrolling. > I'd write it async first and if the scrolling isn't smooth I'd move it to > its own thread. > -- > Enjoy, > George Warner, > Schizophrenic Optimization Scientist > Apple Developer Technical Support (DTS) > > -- http://ericd.net Interactive design and development _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
