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?


Thanks Aaron
source
share