我想問一些關於iAd's
。一個簡單的問題關於iAd
我的主視圖控制器包括ADBannerViewDelegate
並正確顯示iAd
橫幅。
但我需要表現出
所以我應該轉移同一面旗幟,以我全部查看所有意見iAd
?
或者最好爲每個視圖在IB
中創建一個新的iAd
橫幅? 喜歡這裏:
TempsReel *tempsReel = [[TempsReel alloc]initWithNibName:@"TempsReel" withBanner:adView];
[self.navigationController pushViewController:tempsReel animated:YES];
[tempsReel release];
感謝您的幫助。
我需要知道如何做到這一點!你可以看看[這裏](http://stackoverflow.com/questions/11655953/make-a-shared-delegate-for-iad-in-my-tabbar-application-using-xcode-4-with-story)我認爲你知道了。 – ingenspor 2012-07-26 00:10:07