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

Need a public interface to the class of the adapter #53

Closed pcezanne closed 10 years ago

pcezanne commented 11 years ago

I need a way to distinguish what class of ad is being displayed. That info doesn't seem to be exposed.

(As for why... My app shrinks the UI when an ad is displayed. AdMob ads have a shadow on top of them, so a 50 pixel add really only needs 30 pixels of display space. Yes, gross, I'm going to modify my apps view by that 20 pixels, but right now I can't think of anything else to do. And I'm getting the 20 from a file I'm hosting so I can change the behavior in the future, still gross, blech!)

pcezanne commented 11 years ago

Hmmm, I might not need this. I'll be uploading my fork soon. There may be a bug.

pcezanne commented 11 years ago

See https://github.com/larsacus/LARSAdController/pull/54