2016-02-05 11 views

回答

4

來自:Swift AdMob Tutorial

原因

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

解決方案

更改您的視圖控制器類聲明的:

class ViewController: UIViewController { 

要這樣:

class ViewController: UIViewController, GADInterstitialDelegate