I'm building an app that supports both portrait and landscape orientations and am using autolayout to make the process simpler. I have placed an AdBannerView at the bottom and have pinned the bottom space to superview. Here are my screens in Portrait and Landscape orientations:
Portrait:

Landscape:

The behaviour is as expected in portrait mode. However, in landscape mode I am getting some whitespace below the AdBannerView. What is the reason for this and how do I get rid of it? Do I need to write additional code to fix this?
