Hello,
I found a little issue I cloud not figure out myself completely and hope you can help me.
We have the following setup:
We have an overview which calls a detail view which works fine with coordinators
From the detail view we want to present another view as a fullscreenCover, which also works fine
However the fullscreenCover needs to have a transparent Background because we need to see the DetailsView behind a Blur. This works fine when using the SwiftUI built in .fullscreen by Setting our fullscreenCover's background to blur, but using Stinsen there is always a solid BackgroundColor which seems to depend on Light- or Darkmode.
I built an example (see below) where I highlighted the Controller with the solid background. First indications are that the AnyView used in NavigationCoordinatableView does it but I currently have no clue how to adjust this.
I hope you can help me to figure out how to achieve this.
Hello, I found a little issue I cloud not figure out myself completely and hope you can help me. We have the following setup:
I built an example (see below) where I highlighted the Controller with the solid background. First indications are that the AnyView used in NavigationCoordinatableView does it but I currently have no clue how to adjust this.
I hope you can help me to figure out how to achieve this.
Best regards