IBPCollectionViewCompositionalLayout Versions Save

Backport of UICollectionViewCompositionalLayout to earlier iOS 12

v0.6.9

3 years ago

Fix different behavior with above iOS 13 when set UIScrollViewContentInsetAdjustmentNever https://github.com/kishikawakatsumi/IBPCollectionViewCompositionalLayout/pull/150

v0.6.6

4 years ago

Partially fix calculating estimated size. Fix an issue that a layout group's content insets are not honored. Fix supplementary view does not anchor with estimated sized cells.

v0.6.7

4 years ago

Fix a crash on orthogonal sections using a background view.

v0.6.5

4 years ago

Automatically promoted section items' zIndex to 1 if the section has decoration items.

v0.6.4

4 years ago

Make inter-item spacing between groups calculated correctly.

v0.6.3

4 years ago

Add support for layout item edge spacing. Add support for estimated size with edge spacing.

v0.6.2

4 years ago

Fix inter-section spacing calculation. Performance improvement for orthogonal scrolling layout calculation. Supplementary items adding to decoration size. by @notjosh https://github.com/kishikawakatsumi/IBPCollectionViewCompositionalLayout/pull/81 https://github.com/kishikawakatsumi/IBPCollectionViewCompositionalLayout/pull/82 Fix nested collection view for orthogonal scrolling doesn't reuse cells. https://github.com/kishikawakatsumi/IBPCollectionViewCompositionalLayout/pull/74

v0.6.1

4 years ago

Adding support for Swift Package Manager.

v0.6.0

4 years ago

Add support for custom layout group and items.