Is there a way to get access to the row height previously calculated in "heightForRowAtIndexPath" ?

Posted by gotye on Stack Overflow See other posts from Stack Overflow or by gotye
Published on 2010-03-27T21:31:19Z Indexed on 2010/03/27 21:33 UTC
Read the original article Hit count: 213

Hey everyone,

I calculate the height of a row in the method "heightForRowAtIndexPath" but I need to use this value in the method "cellForRowAtIndexPath" ... is there a way to get access to the value already calculated or do I need to do the calculations again ?

Thks,

Gotye.

© Stack Overflow or respective owner

Related posts about uitableviewcell

Related posts about height