문제

When I use iOS 7 iAds like this, they are placed at the bottom of the screen:

- (void)viewDidLoad {
    self.canDisplayBannerAds = YES;
}

How can I place them at the top instead?

도움이 되었습니까?

해결책

There is no way right now, if you are displaying iAds using the UIViewController additions. Have a look at the official Apple documentation to it here.

You can see that:

Banner ads are displayed below the content.

In order to place the ads above the content, you would have to create and ADBannerView manually (programatically).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top