Skip to content

v100.7.0 Release

Compare
Choose a tag to compare
@mhdostal mhdostal released this 19 Dec 20:06
fed206b

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