これを最適化する方法。
変更前
bannerView_ = [[GADBannerView alloc] initWithFrame:CGRectMake(0.0,0.0,
GAD_SIZE_320x50.width,
GAD_SIZE_320x50.height)];
または、
bannerView_ = [[GADBannerView alloc] initWithAdSize:kGADAdSizeBanner];
変更後
bannerView_ = [[GADBannerView alloc] initWithAdSize:GADAdSizeFullWidthPortraitWithHeight(GAD_SIZE_320x50.height)];
GADAdSizeFullWidthPortraitWithHeightに高さのみ指定して、GADBannerViewをinitWithAdSizeで定義すると、下記のいずれかの表示がなされる。
1. 広告バナーが画面の幅の中心に表示され、両側が黒色または白色で塗りつぶされたように表示される。
2. 広告バナーが画面横幅いっぱいに広がって表示される。
参考記事:
http://pastebin.com/Wz65Qpn7