The current implementation depends on footerReferenceSize, but if I used a delegate method for the size, it doesn't work as expected.
As a workaround, I've to set the footerReferenceSize to a CGSize(width: 1, height: 1) and use the delegate method normally.
The current implementation depends on
footerReferenceSize, but if I used a delegate method for the size, it doesn't work as expected.As a workaround, I've to set the
footerReferenceSizeto aCGSize(width: 1, height: 1)and use the delegate method normally.