forked from organicmaps/organicmaps
[ios] Top banner inserted below SideToolbar
This commit is contained in:
parent
b105654524
commit
d1655cf37d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue