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

originalContentView with iAds #127

Open acegreen opened 8 years ago

acegreen commented 8 years ago

Thanks for this library.

I was wondering with my current setup. iAds animates in and out and all I have to do is canDisplayBannerAds = true. I can then use originalContentView to get the original size of the contentView.

I was wondering if I can achieve this with this library. I need the view to adjust automatically and I sometimes need the original view for certain graphics.