问题
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.
来源:https://stackoverflow.com/questions/2531004/is-there-a-way-to-get-access-to-the-row-height-previously-calculated-in-heightf