dvpweb

dvpweb


  • Name: [not set]
  • Favorite Languages: [not set]
  • Website: [not set]
  • Location: [not set]
  • About Me: [not set]

Recent Comments

  • Creating Basic Animations on iPhone
    02/12/2010 - 20:20

    Nice job!

    Hey how could I make this technique work to change the height of a table view cell -

    I have a cell (nib) with a image/button - I want to tap the button and expand the height to reveal more stuff.
    tap again and it conracts. An accordian.

    The tableview Cell height is normally set for the entire table as a delegate method. Besides changing the cell itself, I would assume we need to tell the table to change the cell height -- the trick is I only want the selected cell's height - the the whole table.