Is there a way to get access to the row height previously calculated in "heightForRowAtIndexPath" ?
- by gotye
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.