[iOS] CollectionView does not handle content being manipulated. #16210
Labels
area-controls-collectionview
CollectionView, CarouselView, IndicatorView
platform/iOS 🍎
t/bug
Something isn't working
Description
With a CollectionView, the view does not resize or handle size when elements are manipulated.
This only happens on iOS. On Android, the view resizes properly. The difference in the two platforms is leading me to believe that this is a bug.
In the following screenshots, I run the reproduction sample.
Here, on Android:
Here, on iOS:
On Android, the element(s) that become visible seem to push the other elements down, which is what I'd expect. On iOS, they sort of overlap. Is there are workaround?
Steps to Reproduce
Link to public reproduction project repository
https://github.com/eengstroem/MauiAccordion
Version with bug
7.0.49
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 16.2
Did you find any workaround?
No. It works as expected on Android.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: