Full Screen IAds

How do I implement full screen banners in Xcode 5 for IAds?

On Apple’s website there is some code available on full screen screen banner ads, and all you need to do is find out where to include this within your iAds class.

Are you getting ready to finalize your app?

Yep! I am choosing full screen banners when my game ends over a banner at the bottom since it causes lag when retrieving the ads.

I have read through their code but I have no Idea how to implement it, as I am not familiar with obj. C

I have the code to trigger the ads, but I can’t figure out how to display the full screen ad, I could only figure out how to do a banner from tutorials.

@austinmccoy use the edit button next time to minimize spamming.

Sure thing. Sorry about that! I found the code required here:
https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/iAd_Guide/iAd_Guide.pdf

However, I cannot figure out how to implement it in the IAdsAdOn.m