Skip to content

Releases: Esri/arcgis-runtime-toolkit-ios

v100.7.0 Release

19 Dec 20:06
fed206b
Compare
Choose a tag to compare

This release updates the code for the ArcGIS RuntimeSDK for iOS release v100.7. It includes:

  • Bookmarks component and example - The Bookmarks component will display a list of bookmarks in a table view and allows the user to select a bookmark and perform some action.

  • Swift 5 - The Toolkit and Example app projects and code have been udpated to Swift 5. As a result, Xcode 10.2 is now required to build the Toolkit.

  • Unit Test target - A Unit Test target has been added to the Toolkit project. There are initial unit tests for the new Bookmarks component and a test covering component creation. The goal is for all future components to have unit tests, with tests for existing components being added over time.

  • ArcGISARView.clippingDistance - A clippingDistance property has been added to the ArcGISARView. The clippingDistance limits the data display to a radius around the origin camera. The Point Cloud - Tabletop and US - Mexico Border - Tabletop example scenes have been updated to include a clipping distance. Here's a screenshot of the updated Point Cloud - Tabletop scene:

Point Cloud - Tabletop

v100.6.0 Release

04 Oct 16:15
e6f1fe8
Compare
Choose a tag to compare

This release updates the code for the ArcGIS RuntimeSDK for iOS release v100.6. It includes:

  • Augmented reality component and example.
  • Carthage package manager support.
  • SwiftLint support for both Toolkit components and the Example app.
  • Cleanup of the JobManager component for code consistency and style.
  • Minor internal tweaks.

v100.5.0 Release

10 Apr 16:35
14a9adc
Compare
Choose a tag to compare

This release updates the code for the ArcGIS RuntimeSDK for iOS release v100.5. It includes:

  • New PopupController component and example; the PopupController provides a complete feature editing and collecting experience.
  • New TemplatePickerViewController component and example; the TemplatePickerViewController allows the user to choose from a list of AGSFeatureTemplates, commonly used for creating a new feature.
  • Fix for a TimeSlider issue when using a combination of play/pause and manual dragging.
  • Project updates for Xcode 10.2

v100.4.0 Release

18 Oct 19:20
c2f9494
Compare
Choose a tag to compare

This release updates the code for the ArcGIS RuntimeSDK for iOS release v100.4. It includes:

  • Changes for deprecated methods/properties in the v100.4 SDK
  • Fix for MapView content insets in the Measure Toolbar example for iPhone X and related devices
  • Fix for the path to the ArcGIS.framework in the Examples project for Xcode 10

v100.3.0 Release

05 Jul 23:51
c96c2bb
Compare
Choose a tag to compare

This release updates the code for the ArcGIS RuntimeSDK for iOS release v100.3. It includes:

  • TimeSlider component
  • Updates for iPhone X
  • Updates to use Swift KVO
  • Miscellaneous improvements and bug fixes

v100.2.1 Release

26 Apr 16:43
5f281bf
Compare
Choose a tag to compare

This release updates the code to be compliant with Swift 4.

v100.2.0 Release

04 Mar 05:37
e879d67
Compare
Choose a tag to compare

Added :

  • Compass
  • Job Manager

100.1.0 Release

04 Mar 05:36
Compare
Choose a tag to compare

Initial release of the toolkit.

Added :

  • Legend View Controller
  • Measure Toolbar
  • Scalebar