Esri / arcgis-maps-sdk-dotnet-toolkit

Toolkit for ArcGIS Maps SDK for .NET
https://esri.github.io/arcgis-maps-sdk-dotnet-toolkit/
Apache License 2.0
211 stars 121 forks source link

Breaking change: Changed from ListView to CollectionView in BookmarksView which resolves ItemTemplate issue in iOS #598

Closed prathameshnarkhede closed 3 weeks ago

prathameshnarkhede commented 1 month ago

The bug is related to Bookmarks updating template does not apply on all rows for iOS.

MAUI Bug Reported dotnet/maui#24492

EDIT: Found that changing to CollectionView actually solves this issue and I was able to test it on Windows, iOS and Android platforms. There is going to be a breaking change for ItemTemplates Cells used for CollectionView.