Main view reloading while showing intersitital ad in swiftui – Ios swift
I want to design a swiftui view MainView() where an interstitial ad will be presented without reloading MainView(). My strategy is: Load ad from GADInterstitialAd, Present the ad on a UIViewController(). Then make UIViewControllerRepresentable to be presentable in swiftui. Present…