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 in a list view? #119

Closed chernikovalexey closed 9 years ago

chernikovalexey commented 9 years ago

Hi,

That's more a question than an issue... Is it currently possible to insert ad banners between every 10 rows in a list view, e.g.? Is such a behaviour going to be banned or somehow restricted?

Alex.

larsacus commented 9 years ago

I think that is more of a question of "will  allow you to do this?" I don't see why you couldn't do it with a generic ad banner. That being said, this library doesn't support that kind of behavior currently since it internally manages the position of itself in a view controller. I don't have any support for manually positioning the ad banner location.