One table view cell/row bigger than others? (iphone, cocoa-touch)

Posted by Jonathan on Stack Overflow See other posts from Stack Overflow or by Jonathan
Published on 2010-05-04T17:31:34Z Indexed on 2010/05/04 17:38 UTC
Read the original article Hit count: 149

I know it is possible to set the height of all rows in a UITable but is it possible to set one row to be bigger than the others. For example when the user touches on the cell with 2 fingers I want the cell to expand and show a description. But only that cell. Is that possible without overlapping the cells below it?

© Stack Overflow or respective owner

Related posts about uitableview

Related posts about iphone