arcgis-maps-sdk-swift-samples icon indicating copy to clipboard operation
arcgis-maps-sdk-swift-samples copied to clipboard

SwiftUI samples demonstrating various capabilities of ArcGIS Maps SDK for Swift

Results 44 arcgis-maps-sdk-swift-samples issues
Sort by recently updated
recently updated
newest added

See https://github.com/Esri/arcgis-maps-sdk-swift-samples/pull/318#issuecomment-1857396923 Samples to fix:

enhancement

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 look.

enhancement
low priority

Does it have offline expire date setting? I want to set more than 1 month.

documentation
enhancement

https://forums.swift.org/t/task-syntax-sugar/68876 and see the related discussion on Slack. While it is sometimes OK to wrap an async code block in a `Task`, it is always recommended to use [structured concurrency](https://docs.swift.org/swift-book/documentation/the-swift-programming-language/concurrency/#Unstructured-Concurrency)...

https://github.com/Esri/arcgis-maps-sdk-swift-samples/pull/155#pullrequestreview-1444593934

Related to [this](https://github.com/Esri/arcgis-maps-sdk-swift-samples/pull/258#issuecomment-1712033917) issue comment. The bottom bar UI intermittently does not appear in the `Download preplanned map area` sample after viewing an on-demand-resource sample. This bug may impact other...

bug

The [old sample](https://github.com/Esri/arcgis-runtime-samples-ios/blob/main/arcgis-ios-sdk-samples/Display%20information/Set%20up%20location-driven%20geotriggers/README.md) supports displaying multiple popups in a page view-like controller for when there are multiple nearby point-of-interests. The [new sample](https://github.com/Esri/arcgis-maps-sdk-swift-samples/pull/198) does not currently implement this functionality. See [discussion...

enhancement

https://github.com/Esri/arcgis-maps-sdk-swift-samples/blob/0ad18f428fe220bd800a7d7c8844f5d31b1daeae/.github/workflows/main.yml#L36 https://github.com/trilom/file-changes-action hasn't seen an update for 3+ years. While it is still running fine, we may explore other options in case it breaks one day. We may switch to...

good first issue
low priority

```swift Text("Z-value: \(model.zValue.formatted(.measurement(width: .narrow).locale(Locale(identifier: "en-CA"))))") ``` Shows as "Z-value: 70m" ```swift Text("Z-value: \(model.zValue, format: .measurement(width: .narrow).locale(Locale(identifier: "en-CA")))") ``` Shows as "Z-value: 230'"

enhancement

Xcode 14 has changed the multiplatform app template to put everything in the same folder, instead of separating them into `Shared`, `iOS`, `macOS`, etc. as in Xcode 12 and 13....

enhancement
low priority
next major