Is there a way to get access to the row height pre

2019-05-24 14:06发布

问题:

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.