My app’s foreground coloration is that this shade of blue and I must show a backside sheet in some unspecified time in the future, however when the underside sheet goes up, by default, the view behind it shrinks just a little and the foreground coloration of the app seems behind it, as proven within the following picture:
The anticipated conduct was that the shrinking continues to occur however the coloration behind it to be black.
Wanting it into the Debug Name Hierarchy view it’s potential to see that this blue shade comes from the deepest aspect of the view stack that seems as UIWindowScene (Foreground Lively).
My query is that if there may be any means of displaying this black behind the shrunk view with out altering the foreground coloration of the app as an entire.
Value noting that I am utilizing SwiftUI on it with minimal iOS deployment goal for iOS 14, so proposed options that includes utilization of modifiers like .presentationBackground(.black)
would not work on this case.