[iOS] CollectionView footer sizing when source is empty in SR5#28971
Merged
PureWeen merged 4 commits intodotnet:release/9.0.1xx-sr5from Apr 16, 2025
Merged
[iOS] CollectionView footer sizing when source is empty in SR5#28971PureWeen merged 4 commits intodotnet:release/9.0.1xx-sr5from
PureWeen merged 4 commits intodotnet:release/9.0.1xx-sr5from
Conversation
Contributor
|
Hey there @@HarishKumarSF4517! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
src/Controls/src/Core/Handlers/Items/iOS/StructuredItemsViewController.cs
Show resolved
Hide resolved
Member
|
/azp run |
|
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
Closed
Member
|
running tests here #28976 |
PureWeen
reviewed
Apr 14, 2025
Member
|
/azp run |
|
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
Member
|
/azp run MAUI-public |
|
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
PureWeen
approved these changes
Apr 16, 2025
PureWeen
added a commit
that referenced
this pull request
Apr 17, 2025
PureWeen
added a commit
that referenced
this pull request
Apr 18, 2025
* Revert "[iOS] CollectionView footer sizing when source is empty in SR5 (#28971)" * - fix header/footer sizing issue * - add screenshots * - set to cv1 because behavior currently differs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fix for Issue: On iOS, the CollectionView footer width becomes larger than the screen size when the CollectionView's source is empty.
This issue has already been resolved in the main branch through a combination of the current changes and the actual fix implemented in PR #28610
To resolve this issue in SR5.1, I have now included the necessary changes from the main branch into the SR5 branch. While the main branch commit contains additional file changes, I have included only the relevant modifications required to address this specific issue in CV1.
Reference Commit (from main): 609499c
Before fix:
After fix:
Issues Fixed
Fixes #28580