[iOS] CollectionView with GridItemsLayout and footer, renders the cell in the center if is just one cell #23795
Labels
area-controls-collectionview
CollectionView, CarouselView, IndicatorView
platform/iOS 🍎
t/bug
Something isn't working
Description
On iOS CollectionView with GridItemsLayout behaves weird. You need to have just one cell in the collection view and the footer of the collection view to be set up. Then the cell is rendered centered. If you do not set the footer, the cell is properly rendered to the left. If you have more cells and the footer is set up, again everything is fine.
Steps to Reproduce
Expected result: the cell should be rendered to the left side
If footer is not set up, the cell is in the left side
If there are 3 elements in the source of collectionView, even with a footer set up, everything is rendered properly.
Link to public reproduction project repository
https://github.com/flesarradu/CollectionViewFooterBugReproSample
Version with bug
8.0.70 SR7
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
No response
Did you find any workaround?
No
Relevant log output
No response
The text was updated successfully, but these errors were encountered: