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

Fixing adding duplicate observers for ad adapter #86

Closed larsacus closed 10 years ago

larsacus commented 10 years ago

KVO observer should only be added when the adapter is instantiated.

haifengkao commented 10 years ago

it works :)