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
29 stars 9 forks source link

Make use of `ContentUnavailableView` #385

Open dfeinzimer opened 1 year ago

dfeinzimer commented 1 year ago

iOS 17 adds ContentUnavailableView. A few of our components may be able to make good use of it, including BasemapGallery, Bookmarks, and Search to name a few.

Search (Current) Search (Proposed)

The above replaces NoResultsView with one line: ContentUnavailableView.search.

Screenshot 2023-08-07 at 11 21 40
mhdostal commented 1 year ago

Do you have a screenshot or two as to what it looks like?

dfeinzimer commented 1 year ago

Do you have a screenshot or two as to what it looks like?

Added

mhdostal commented 1 year ago

Nice! I like that a lot.