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

Use correct attachment thumbnail size #705

Closed mhdostal closed 2 months ago

mhdostal commented 2 months ago

This moves the calculation and setting of the thumbnail size for attachments to the AttachmentFeatureElementView class and adds a thumbnailSize argument to the AttachmentModel constructor, instead of having it on the load() method.

Note this branch is based on the FeatureFormView - Refresh attachment display on add PR, so that should be merged first.