Lars Anderson

Results 35 comments of Lars Anderson

Does it occur on a specific version of iOS, or is it multiple versions?

If possible, please checkout the latest code from the [AdapterAbstraction](https://github.com/larsacus/LARSAdController/tree/AdapterAbstraction) beta branch and see if this issue still persists. This is the new 3.0 development branch I've been working on...

Is the issue in the AdapterAbstraction branch still specifically with a view controller in a tab view controller, or is it just in landscape in general?

If you could open up a new issue with some sample code, it would be of great help.

Can you provide some more information such as OS, platform, logging, etc?

You don't have any control as to the specific size of the ads. The ad network returns an ad at a particular size. I can only specify what type of...

It should automatically center itself horizontally internally -- if not, that should be a bug. You have access to the container view on LARSAdController to manipulate any way you please:...

What do you mean "added an ad"? You shouldn't have to listen for individual ads coming and going from the view as that's the entire point of this control and...

Please attach some logs, screenshots, or any other information that could be used to determine if this actually is a "bug" or not before I can claim that it is...

It's been several years since I wrote this logic, but if I remember correctly, it's because I was having an issue with handling rotation for all cases/platforms. I'm sure a...