[iOS26] ConfirmationDialogue with legacy alert style?

Is there a way to present a non-anchored confirmation dialogue in iOS26? Maybe some random style modifier I haven't noticed?

Things like menu bars should be able to prompt confirmable actions, but there's not always a convenient place to anchor a popover for those.

Are you referring to UIAlertController? You don't need an anchor. Just create the alert and present it. It will appear in the middle of the screen.

Nevermind. I just noticed this is posted in the SwiftUI section. My answer is for UIKit.

[iOS26] ConfirmationDialogue with legacy alert style?
 
 
Q