IOS7 canDisplayBannerAds UITbarBar Problem

I am currently updating one of my applications, and after watching a WWDC video session, I try to use canDisplayBannerAds = YES on my view controller, which is in the UITabBarController, which is configured as a translucent TabBar.

However, when ads appear, it adds a black tab bar to the existing one, and in addition, when switching applications, you can see that the tab bar is black.

Is there a way to change this, or does it only work with ViewControllers that are not part of the UITabBarController?

The TabBar appears darker when the Ad is loaded

Switching between apps the TabBar shows as being black

Thanks Aaron

+3
source share

All Articles