当GADInterstitial调用interstitialDidReceiveAd时,视图会被扭曲:

时间:2014-04-19 13:47:16

标签: ios uinavigationbar admob uistatusbar

我在我的应用中使用谷歌AdMob。实施" GADInterstitial"没问题用于全屏查看谷歌广告。

但是,当我展示的广告扭曲视图时,问题很少见。 我在google网站上使用了以下代码:

- (void)interstitialDidReceiveAd:(GADInterstitial *)interstitial
{
[interstitial_ presentFromRootViewController:self];
} 

我正在为参考添加一些Pics

View before ads delegate(mentioned above) gets called

The Ad shown in the Full Screen View After I Press the cross button Ads View

1张图片是"在广告委托(上面提到)被调用"

之前查看

2张图片是"广告中显示的广告"

3查看后按十字按钮广告视图

我不明白我的导航栏被推高的原因;也占据了雕像Bar的空间。

此外,标签栏上方的广告也会被推高。看起来状态栏已被杀死,整个视图都被抬起。图像适用于具有ios 6.1的iPod4 touch。

我在iphone 4,5上面对iOS 7所面临的同样问题

0 个答案:

没有答案