iAdPlusAdMob icon indicating copy to clipboard operation
iAdPlusAdMob copied to clipboard

AdViewController bug

Open hailg opened this issue 11 years ago • 1 comments

Hi, I think the line 124 of AdViewController is a bug. Currently, it is: contentFrame.size.height = frame.size.height - frame.size.height; I think it should be: contentFrame.size.height = frame.size.height - bannerFrame.size.height;

hailg avatar Mar 22 '13 14:03 hailg

That's what i think otherwise it will just cover the whole thing>

regmibabu avatar Oct 01 '14 18:10 regmibabu