[iOS] - CollectionView V2 layout problem
- Dominant language
- C#
- Stars
- 23.3k
- Forks
- 2k
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 297
Description
### Description
With the CollectionView V2 handler, I have a layout display problem. When loading an item into the collectionview that has a footer, it seems that the item resizing (due to a change in a property) causes the item to overlap the footer. When doing a pulltorefresh, the situation is corrected
@albyrock87


### Steps to Reproduce
1. execute the project
2. first time, the item and the footer are wrong
3. do a pull to refresh, layout is ok
### Link to public reproduction project repository
https://github.com/acaliaro/MauiCollectionViewV2LayoutProblem
### Version with bug
9.0.60 SR6
### Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
### Last version that worked well
Unknown/Other
### Affected platforms
iOS
### Affected platform versions
_No response_
### Did you find any workaround?
Use V1 handler
### Relevant log output
```shell
```
Contributor guide
Assessment
This issue has not been assessed yet.