I am trying to show AdMob interstitial ads in gamescene Xcode. When I try to load them using the google tutorial it says
Error - Cannot convert value of type 'GameScene' to expected argument type 'UIViewController'.
Here is the code
Код: Выделить всё
if self.interstitial.isReady {
self.interstitial.present(fromRootViewController: self)
}
else{
print("failed to load")
}
Источник: https://stackoverflow.com/questions/517 ... viewcontro