I want to show the AdMob banner on all view in SwiftUI above the TabView. Any ideas on how should I do it?
BannerAdView(adUnit: .banner, adFormat: .adaptiveBanner)
If I copy-paste and put it in a ZStack in each view, it always reloads the ad/change to a new ad. I want to avoid this.