Reply to iOS 15 'Drag to Dismiss' Regression Faced the same bug. The only thing that "kinda" works for me is to add these lines: if #available(iOS 15, *) { modalPresentationStyle = .fullScreen } If you are using the same workaround, don't forget to add some sort of a dismiss button. UI Frameworks UIKit May ’22