I am using SwiftUI for my iOS (13+) application. The requirement is to have the bottom of the SwiftUI NavigationView's navigation bar rounded and shadowed. Like this:
Navigation Bar with rounded bottom and shadow
There is a similar post regarding this subject, but the solution is for UIKit (not SwiftUI). I don't seems to be able to extend, modify, or replace the View (or UIView) used by SwiftUI's NavigationView. Any help is appreciated.