有人知道用什麼來替換requiredContentSizeIdentifiers,ADBannerContentSizeIdentifierPortrait & currentContentSizeIdentifier for ios 6?iOS 6.0 iAd棄用問題
0
A
回答
0
@ Dave123作爲的iOS 6.0,橫幅廣告就會自動調整自身基於其寬度。 但是,爲了支持iOS 5.0,我們繼續適當地設置currentContentSizeIdentifier。 as
CGRect contentFrame = self.view.bounds;
if(contentFrame.size.width < contentFrame.size.height){
_bannerView.currentContentSizeIdentifier = ADBannerContentSizeIdentifierPortrait;
} else {
_bannerView.currentContentSizeIdentifier = ADBannerContentSizeIdentifierLandscape;
}
只是代碼,因爲你使用ios 5.0和ios 6.0它會做所有其他自己的工作。
0
您需要使用代碼
下面的一行 TabAdvert.AutoresizingMask = UIViewAutoresizing.All;
(帶標籤廣告是你BannerAdView名稱)
相關問題
- 1. 的iOS 7的iAd的cocos2d棄用
- 2. finishWriting被棄用:在IOS 6.0
- 3. iOS 6.0-6.1 Ipad崩潰Admob和iAd
- 4. iOS 6.0中的MessageUI問題
- 5. 如何禁止棄用警告「dispatch_get_current_queue()已棄用......在iOS 6.0中」?
- 6. iAd Banner問題
- 7. iAd問題iPhone
- 8. iOS 6.0旋轉中的問題
- 9. iAd橫幅問題
- 10. iAd定位問題
- 11. iphone cocos2d iAd問題
- 12. iAd抖動問題
- 13. iphone iAd的問題?
- 14. iPhone:顯示iAd的問題
- 15. 修復UIPopoverController棄用問題iOS 9的自定義類問題
- 16. AVAudiosession已棄用問題
- 17. 表棄用問題
- 18. authenticateWithCompletionHandler:已棄用:iOS 6.0以前不推薦使用
- 19. AVAudioPlayer在IOS 6.0
- 20. ios版本6.0棄用的最小字體大小
- 21. 佈局問題6.0
- 22. 兼容性問題iAd Banner?
- 23. iphone中的iAd問題
- 24. iAd實施的問題?
- 25. 通用應用程序中的iOS 6.0方向問題
- 26. iOS 6.0上沒有EASession版本問題(iOS 5.0中不存在)
- 27. 在ios 5.0或ios 6.0中訪問call_history.db
- 28. 非iAd應用程序提交問題
- 29. iAd不適用於iOS 6
- 30. MPMusicPlayerController已棄用iOS 6