Only set the bounds.size.width from the target size, which is all that is needed to calculate the cell height. Fixes #170
Setting the bounds.size (including the height) resets the height of the cell leading to the cell being always rendered first with zero height, and then the correct height.
Only set the
bounds.size.width
from the target size, which is all that is needed to calculate the cell height. Fixes #170Setting the
bounds.size
(including theheight
) resets the height of the cell leading to the cell being always rendered first with zero height, and then the correct height.