larsacus / LARSAdController

Lightweight ad mediation for iOS to properly manage multiple ad networks dynamically including iAd and Google ads.
http://theonlylars.com/blog/2013/01/10/stupid-easy-ads-with-larsadcontroller-3-dot-0/
MIT License
269 stars 60 forks source link

Ads pinned to bottom don't layout correctly in landscape mode #42

Closed hansg60 closed 11 years ago

hansg60 commented 11 years ago

landscapemode

I have an ipad app that uses a UISplitViewController and I'm trying to display ads in the right hand view (the details viewcontroller). In portrait mode everything looks correct, but in landscape mode the ads hover a little ways off the bottom of the view, and they extend off the view on the left and right sides.

larsacus commented 11 years ago

I'll need some more information to see what the issue is. If you could, please place #define LARSADCONTROLLER_DEBUG somewhere in your *.pch file to enable logging, then copy/paste the full debug output.

If you're using cocoapods, you'll need to set the above #define in your pod's prefix.pchfile to get the logs to appear.

larsacus commented 11 years ago

Closing this - now tracking in #15.