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.
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: