as you can read in the subject, the fps of my game drops down only if I use iAd Banners. By using AdMob Banners, everything is fine... Is that normal or can I do anything against it.
I initialize the BannerView as usual:
self.bannerView = [[ADBannerView alloc] initWithFrame:CGRectMake(0, -50, screenWidth, 50)];
self.bannerView.delegate = self;
self.bannerView.hidden = true;
[self.view addSubview:self.bannerView];
Thanks in advance