UITableView smooth scrolling performance

Posted by Sheehan Alam on Stack Overflow See other posts from Stack Overflow or by Sheehan Alam
Published on 2010-05-27T06:29:30Z Indexed on 2010/05/27 6:31 UTC
Read the original article Hit count: 192

What makes scrolling so choppy on the UITableView when images are loaded? Is it because they need to be added as subviews? Or is it because images need to be cached? Both?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c