-
See https://github.com/Esri/arcgis-maps-sdk-swift-samples/pull/318#issuecomment-1857396923
Samples to fix:
-
iOS 17 adds [`ContentUnavailableView`](https://developer.apple.com/documentation/swiftui/contentunavailableview). A few of our components may be able to make good use of it, including BasemapGallery, …
-
I'm trying to use Xcode previews and they are not functioning in the toolkit. I'm getting errors like this:
I'm using a local source package for ArcGIS.
It would be good to look into why the…
-
See discussion in the PR comment.
https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/pull/243/files#r1084508769
-
Text in scale bar is still rendering in white when the device is set to dark mode. Text need to be adopted to display mode
| Light mode | Dark mode|
| -----------|------------|
| ![IMG_0012](http…
-
See the suggestion in this PR: https://github.com/Esri/arcgis-maps-sdk-swift-samples/pull/107#discussion_r1065101801 It would be better to clean up boolean names whenever a sample is given another loo…
-
**Issue**
When opening a `floatingPanel` on a view with a bottom toolbar, the toolbar overlays the floating panel. This means that content at the bottom of the panel will be hidden behind the toolbar…
-
There appears to be extra space at the bottom of the `PopupView` which makes it difficult to place another view beneath the it.
-
Found on iPhone 15 Pro on iOS 17, where additional bottom spacing is needed for the `Trace` button. This issue could be in the floating panel component.
-
In 200.0.0-beta, because we used the StateObject-for-map pattern, many view properties are created as type property, or gets their default value from a static method. This is not a memory efficient ap…