Just wondering how you are supposed to stretch the iAdBannerView across the full width of the Adaptive Layout Storyboard that exists in Xcode 6.
When I try and stretch it to the corners (so I can set auto layout values), it does allow it to be stretched.
Your
ADBannerView
will know which device it is on and set its dimensions correctly. You should just let auto layout know where you want the ad to be. For example, if you wanted theADBannerView
to be at the bottom of the screen then pin it to the bottom of the view withBottom Space to: Bottom Layout Guide
and align it toAlign Center X to: Superview
.