arcgis-maps-sdk-swift-toolkit
arcgis-maps-sdk-swift-toolkit copied to clipboard
PopupView can use the containerRelativeFrame for horizontal scrolling content
trafficstars
I think we are doing this math manually at the moment, but new API in SwiftUI simplifies this:
There is also the .scrollTargetBehavior(.viewAligned) which causes the horizontal scrolling content to snap into place better.