This release is designed to work with the v200.6.0 version of the ArcGIS Maps SDK for Swift. It includes the following new requirements, enhancements, and resolved issues.
There are new System Requirements for this release.
Enhancements in 200.6
Barcode scanning in FeatureFormView
The Feature Form component now supports scanning barcodes to input values for a field. When an authored form contains a field with a BarcodeScannerFormInput
, the field will display a "Scan" button. Tapping the button will display the image from the camera, allowing users to scan a barcode and automatically fill the text field with the result of the scan.
TextFormElement in FeatureFormView
The Feature Form component now supports displaying text sections which can be useful for providing instructions on how to fill the form. The TextFormElementView
can contain either plain text or Markdown text and supports the following markdown elements:
- Headings
- Bold
- Italic
- Strikethrough
- Quoting code
- Bullet lists
- Numbered lists
- Links
Example:
Support for visionOS
The following components have been enhanced to support visionOS:
- Authenticator
- Basemap Gallery
- Bookmarks
- FloatingPanel
- JobManager
- Overview Map
- Popup View
- Scalebar
Issues resolved
- #956 Marks incompatible AR components unavailable on Mac Catalyst
- #943
UtilityNetworkTrace
now selects feature results in the map - #951 Fixes incorrect
Compass
rendering when using right-to-left languages - #958
UtilityNetworkTrace
now automatically zooms to the extent of a trace result - #975 Fixes horizontal scrolling when viewing an attachment carousel on Mac Catalyst while using a mouse with scroll wheel.