Post #1888465
2026-04-15 17:52 UTC
Really #swiftui? All `.confirmationDialog`s are shown as popovers in Liquid Glass, but the confirmationDialog-API has no way to control the arrow direction to make the popover look good and not overlap anything important?
(And of course the docs aren‘t updated because they still say that the popover style of `confirmationDialog` only applies in „regular size classes“)
Replies (1)
-
@alpennec@iosdev.space 2026-04-15 18:15
@cocoafrog@hachyderm.io attach it to the View that displays the confirmationDialog. This is what I’ve been doing for years to get the correct position on iPad but now it’s also for iPhone then.