I have a uitableview that loads fairly large images in each cell and the cell heights vary depending on the size of the image. Scrolling performance is decent, but can sometimes be jerky.
I found these tips I found on the FieryRobot blog:
http://www.fieryrobot.com/blog/2008/10/01/glassy-scrolling-with-uitableview/ http://www.fieryrobot.com/blog/2008/10/08/more-glassy-scrolling-with-uitableview/
Does anyone have any tips for improving uitableview scrolling performance?