fullScreenCover API overlaps UI elements in iOS 26

When using the fullScreenCover API in iOS 26, the content of the displayed view overlaps the content of the view that triggered the fullScreenCover. This issue is not present in iOS 18 and earlier versions.

Feedback ID: FB19165084

Accepted Answer

Thanks for the feedback report. As a workaround, you can set the presentation background using presentationBackground(alignment:content:)

fullScreenCover API overlaps UI elements in iOS 26
 
 
Q