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
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
A CollectionView using a GridItemsLayout with a Span that is not a whole factor of the collection view's width, and has a HorizontalItemSpacing of 0 will still have a gap.
Steps to Reproduce
Create a CollectionView with a GridItemsLayout with a Span of 3, HoriztonalItemSpacing of 0, and a width that is not a multiple of three (e.g full width of an iPod Touch 7th gen).
Make the CollectionView transparent and give the cells a non-transparent background color.
Make the content behind theCollectionView a different color to the cells.
Expected Behavior
None of the content behind the CollectionView is visible.
Actual Behavior
There is gaps between the cells in which the background content is visible.