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

Extra space at the end of `PopupView` #676

Open CalebRas opened 4 months ago

CalebRas commented 4 months ago

There appears to be extra space at the bottom of the PopupView which makes it difficult to place another view beneath the it.

Simulator Screenshot - iPhone 15 Pro - 2024-04-09 at 16 17 20
yo1995 commented 4 months ago

When dragging downward the floating panel, one can see that the 2 lists start to shift closer and eventually get rid of the empty space. I think this might be a limitation of the floating panel's auto layout.

yo1995 commented 4 months ago

Similar to #551