maui
maui copied to clipboard
Fix iOS ListView Footer Missing (#13560)
Description of Change
Missing code in update footer cause footer not shown up in ListView for iOS.
Issues Fixed
Fixes #13560
Hey there @ooikengsiang! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed.
/azp run
Azure Pipelines successfully started running 2 pipeline(s).
Azure Pipelines successfully started running 2 pipeline(s).
Is this issue really been fixed? Still can observe this issue in my Application
According to https://github.com/dotnet/maui/releases, it was fixed in .NET 8 preview 3. Are you using that version?
According to https://github.com/dotnet/maui/releases, it was fixed in .NET 8 preview 3. Are you using that version?
Thanks For reverting back, I was using net7-android,ios as the stable versions Although I did try the new preview 8 and so far it seems fine in a demo App with the listView,
Thanks for your help again!