[ios] Top banner inserted below SideToolbar

This commit is contained in:
Igor Khmurets 2014-01-16 13:05:48 +03:00 committed by Alex Zolotarev
parent b105654524
commit d1655cf37d

View file

@ -619,7 +619,7 @@ const long long LITE_IDL = 431183278L;
self.topBannerAd.midX = self.view.width / 2;
self.topBannerAd.hidden = YES;
[self.topBannerAd startAutomaticallyRefreshingContents];
[self.view addSubview:self.topBannerAd];
[self.view insertSubview:self.topBannerAd belowSubview:self.sideToolbar];
[self.topBannerAd loadAd];
}
#endif