2016-02-05 70 views

回答

4

来自:Swift AdMob Tutorial

原因

This means that your ViewController does not conform to the type GADInterstitialDelegate

解决方案

更改您的视图控制器类声明的:

class ViewController: UIViewController { 

要这样:

class ViewController: UIViewController, GADInterstitialDelegate