Using an AdBannerView, I'm confused about how to respond to device orientation changes under iOS 6.0. I haven't used iAd before, but it seems that the relevant properties and methods that were used in earlier releases are now deprecated. (These being currentContentSizeIdentifier
and sizeFromBannerContentSizeIdentifier:
, plus a small number of others.)
Also, two of the NSString content size identifiers constants have been deprecated and replaced by two others. But there are no properties of methods that I can see where they are used in iOS 6.0.
Can someone provide a brief tutorial or link to one that explains how this works in iOS 6.0? Existing tutorials that aren't written for iOS 6.0 don't cover this, as far as I can tell.