是否可以在全屏 UICollectionViewCell 上显示 GADInterstitial?

Is it possible to present GADInterstitial on a full-screen UICollectionViewCell?

我想知道是否有办法在全屏 UICollectionViewCell 上显示 GADInterstitial。我查找了 GADInterstitial 委托方法,interstitial.present(fromRootViewController:) 是显示它的唯一方法,但在集合视图单元格的情况下,广告将留在其下方,因为它需要显示 rootViewController。那么如何才能达到呢?

使用容器视图是可能的。

Container View: Defines a region of a view controller that can include a Child View Controller

因此您可以将容器视图添加到 UICollectionViewCell

值得一提的是,根据具体实施情况,您可能会违反关于如何使用插页式广告的规则。