One workaround that seems to fix the problem for now is to put the following code in e.g. viewIsAppearing:
var theView = self.view
while theView != nil {
theView?.backgroundColor = .clear
theView = theView?.superview
}
Using this, the sheet is displayed with a transparent background on iOS 26.
Topic:
UI Frameworks
SubTopic:
General
Tags: