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

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -