iphone - How to implement admob on view controller? -


In my app, I want to apply adobe and now I have just started to learn about it. So any one please guide me and there is any good tutorial or sample?

It is very easy to follow the guide given here:

Once When you do the SDK, you just do it:

  AdMobView * ad = [AdMobView requestsAdvanced delegate: & lt; Your representative & gt;]; // Start a new ad request ad = frame = cgreacteck (0, 432, 320, 48); // set of frame, in this case [in the lower part of the screen. Add window: ad]; // Attach ad hierarchy; Self. Windows is responsible for maintaining advertising  

Comments