I have a NavigationView being shown upon another View, and I need to make it transparent or change it's background color opacity to see the View beneath it. How can I achieve this? (iOS 14.0+)
Asked
Active
Viewed 148 times
1
-
One way might be to use the new Materials introduced in WWDC 21 for iOS 15 – lorem ipsum Jun 14 '21 at 16:05
-
@loremipsum can you point to one, pls? – Jun 14 '21 at 17:40
-
1https://developer.apple.com/documentation/SwiftUI/Material – lorem ipsum Jun 14 '21 at 17:50
-
https://stackoverflow.com/questions/71040160/how-to-make-navigationview-background-transparent-swiftui seems to be answered here – Antony Stubbs Aug 21 '23 at 13:06
-
Does this answer your question? [How to Make NavigationView Background Transparent SwiftUI](https://stackoverflow.com/questions/71040160/how-to-make-navigationview-background-transparent-swiftui) – Antony Stubbs Aug 21 '23 at 13:06