Optimizing UITableView

Posted by Daniel Granger on Stack Overflow See other posts from Stack Overflow or by Daniel Granger
Published on 2010-04-22T15:15:17Z Indexed on 2010/04/22 15:43 UTC
Read the original article Hit count: 427

Filed under:
|
|

I have a UITableview made up with a custom cell loaded from a nib. This custom cell has 9 UILabel s and thats all. When scrolling the table on my iPhone the tables scrolling motion is slightly jerky, its not as smooth as other tableviews! (On the simulator it scrolls fine but I guess its using the extra power of my mac)

Are there any tips to help optimize this or any tableview or methods to help find the bottleneck.

Many Thanks

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk