I am using the iAd suite with storyboards from Apple, as per this link... Apple iAd Storyboard documentation
It all works fine until I turn autolayout on. It builds
Add:
[self.view layoutIfNeeded];
to the end of this method
- (void)viewDidLayoutSubviews
inside your BannerViewController
BannerViewController