currentContentSizeIdentifier
在iOS6中已弃用。我试过了
_adView.currentContentSizeIdentifier = ADBannerContentSizeIdentifierPortrait;
但它仅适用于iOS4 / 5。
如何在iOS6中更改ADBannerView的内容大小?
特别感谢!
最佳答案
[_adView setAutoresizingMask:UIViewAutoresizingFlexibleHeight]
希望它会有所帮助。
了解更多信息:
iOS 6 iAd property and methods deprecated
http://useyourloaf.com/blog/2010/09/16/placing-iad-banners-at-the-top-of-a-table-view.html
关于iphone - 如何在iOS6中更改ADBannerView的内容大小?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/13268842/