Swift - 在webView上的iAd Banner

时间:2016-05-27 07:01:09

标签: ios swift webview

所以我使用以下代码将本地HTML文件加载到webView中:

let localfilePath = NSBundle.mainBundle().URLForResource("countdown", withExtension: "html");
        let myRequest = NSURLRequest(URL: localfilePath!);
        countdownWebView.loadRequest(myRequest);
        self.view.addSubview(countdownWebView)

现在正尝试使用此标准行实现iAd:

self.canDisplayBannerAds = true

然而,iAd出现在我的webView内容之上,阻止了部分内容。我的代码中是否有任何内容可能暗示为什么内容没有按原样调整大小?

1 个答案:

答案 0 :(得分:0)

我建议不要花时间在这上面,因为iAd将于6月30日停止。

http://www.theverge.com/2016/1/15/10777496/apple-iad-app-shutdown-june-30th-confirmation