iAdPlusAdMob
iAdPlusAdMob copied to clipboard
A simple library to make it easier to add both iAds and AdMob ads to your project with the smallest amount of code possible.
Results
2
iAdPlusAdMob issues
Sort by
recently updated
recently updated
newest added
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;
i think there is a bug with ios 7 when i tried to put the tableview as a content view it hides the tableview completely.