UITableView performance degrading after adding subviews on cell iphone sdk
Posted
by neha
on Stack Overflow
See other posts from Stack Overflow
or by neha
Published on 2010-05-07T09:11:44Z
Indexed on
2010/05/07
9:18 UTC
Read the original article
Hit count: 230
Hi all,
In my application, I'm adding a label and two buttons on cell of UItableView [I have not created a separate cell class]. I'm adding these to cell and not cell.contentview. After I run my application on IPhone, the tableview cell rendering after I move the cells up-down, is very jerky. Is it because I'm not adding the views on cell.contentView or because I've not created a custom class for cell?
Can anybody please help? Thanks in advance.
© Stack Overflow or respective owner