Esri / arcgis-maps-sdk-swift-toolkit

Mapping components that will simplify your Swift app development with the ArcGIS Maps SDK for Swift.
https://developers.arcgis.com/swift
Apache License 2.0
25 stars 7 forks source link

`FeatureFormView` - Refresh attachment display on add #704

Closed dfeinzimer closed 2 months ago

dfeinzimer commented 2 months ago

Related: Apollo 408

Know issues:

mhdostal commented 2 months ago
  • Thumbnails don't seem to be rendering with correct display scale - appear blurry

This is because for the .preview list type, the thumbnail size is 120 x 120, but the default thumbnail size argument for AttachmentModel.load is 40 x 40. I'll fix this in a separate PR.