You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IBPUICollectionViewCompositionalLayout's prepareLayout method uses the estimated values for calculate the contentFrame, which leads to wrong content size, wrong origins for sections (if we have multiple sections).
This issue and #114 are related.
We have problem in all layouting, not only orthogonal sections.
The issue exists even if the estimated value are greater or less than the actual size
iOS13 vs iOS12
The text was updated successfully, but these errors were encountered:
IBPUICollectionViewCompositionalLayout
'sprepareLayout
method uses the estimated values for calculate the contentFrame, which leads to wrong content size, wrong origins for sections (if we have multiple sections).This issue and #114 are related.
We have problem in all layouting, not only orthogonal sections.
The issue exists even if the estimated value are greater or less than the actual size
iOS13 vs iOS12
The text was updated successfully, but these errors were encountered: