LARSAdController icon indicating copy to clipboard operation
LARSAdController copied to clipboard

Lightweight ad mediation for iOS to properly manage multiple ad networks dynamically including iAd and Google ads.

Results 18 LARSAdController issues
Sort by recently updated
recently updated
newest added

So, what's happening is that your code checks if it is landscape or portrait, then if landscape, takes the larger of the height and width as the height. If the...

Hi dev, how can use carthage to use your framework. This is the terminal message when i tried to use it; > carthage update > **\* Fetching LARSAdController > **\*...

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...

I updated to both 3.1.1. and 7.5.2 and upon launch it causes my app to freeze up, is doing a network call and will not allow anything to happen until...

So I am using the containerView height to set a constraint I have on my TableView bottom margin. This works perfect because I can set it to 0 when no...

I found the file in GoogleMobileAds.framework/Headers in CocoaPods. It looks like Google changed the way it's doing things. Will this affect the library in other ways? Thank you Lars Xcode...

I get this warning four times when I compile. Can the code be updated to account for this change?

my app doesn't rotate, but when I do rotate the device, the banner ads are re-positioned off screen with circa 30 pixels visible on screen. Is there a setting to...

//#import "GADBannerViewDelegate.h" //#import "GADBannerView.h" # import # import

How to correct this? just had a look through the code and it seems extraordinarily difficult to resolve without hacking the source, i.e. using delegates, etc. I'd prefer not to...