Resolve Height Conflicts in Stacked SwiftUI Sheets with Custom Detents
Summary We encountered a regression in UI behavior when attempting to stack multiple SwiftUI sheets using custom presentation detents. While the system-provided .medium() and .large() detents behave predictably, applying custom height values causes a synchronization error. Specifically, when the second sheet is presented, the first sheet incorrectly resizes its height to match the second sheet, … Read more