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

Fix `DisclosureGroup` trailing padding on iOS #528

Closed des12437 closed 3 months ago

des12437 commented 12 months ago

The disclosure groups in a Popup from the Popup example need more trailing padding since they look partially covered on iOS. Mac Catalyst does not have this issue since the disclosure group arrow icon is left rather than right aligned.

iPad Air:

Screenshot 2023-12-01 at 10 45 56 AM

iPhone 14 Pro Max iOS 16:

dfeinzimer commented 12 months ago