ios - iAd banner views on top using canDisplayBannerAds = YES; -
when use ios 7 iads this, placed @ bottom of screen:
- (void)viewdidload { self.candisplaybannerads = yes; } how can place them @ top instead?
there no way right now, if displaying iads using uiviewcontroller additions. have @ official apple documentation here.
you can see that:
banner ads displayed below content.
in order place ads above content, have create , adbannerview manually (programatically).
Comments
Post a Comment