سؤال

I'm new to implementing ads to my app, how would i go about building a banner ad right into one of the view controllers on my app?

هل كانت مفيدة؟

المحلول

Use:

[[RevMobAds session]showBanner];

Do not forget to import the framework:

#import <RevMobAds/RevMobAds.h>

You could also found the answer here: http://sdk.revmobmobileadnetwork.com/ios.html#banner This link gives the code AND a video to show you how. What more do you need?

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top