Problem in displaying custom UITableViewCell

Posted by Vin on Stack Overflow See other posts from Stack Overflow or by Vin
Published on 2010-05-31T12:35:40Z Indexed on 2010/05/31 12:43 UTC
Read the original article Hit count: 285

Filed under:
|
|

Hi All,

I have a tableview displaying data using a custom UITableViewCell(say cell1). On touch of a row, I change the custom cell to another custom UITableViewCell(say cell2). Also I increase the size of row of the selected cell to accomodate, more items of cell2.

My problem is that the approach works fine when the number of rows in table view is less. When the number of rows increses, the rows expand on touching, but the data displayed is same as that of cell1. Cell2 doesn't seem to be loaded at all.

Looking forward for a reply soon....Thanks in advance.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk