Post #2546621
2026-04-15 18:15 UTC
@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.
Replies (1)
-
@cocoafrog@hachyderm.io 2026-04-15 20:27
@alpennec@iosdev.space no, that only gets you the correct origin. But not the direction. I mean, by attaching it to my button it will correctly point to the button. But sometimes the info to make a decision in the confirmation dialog to the right of the button. And in that case I want to only allow the up/down arrow directions so the popover will be displayed above/below my button but not to the right of it where it would cover important info.