currentContentSizeIdentifier
。我试过了
_adView.currentContentSizeIdentifier = ADBannerContentSizeIdentifierPortrait;
但它只适用于iOS4 / 5。
如何在iOS6中更改ADBannerView的内容大小?
特别感谢!
答案 0 :(得分:2)
[_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