objective c - Shared iAD over different ViewControllers -
I have 3 view controllers that I would like to share with the same IAD. I have read the document and find the right way to implement IAD in my project to share IAD. What is the best way to accomplish this? I'm new to Objective C so that you can be appreciated.
Thank you in advance,
Have you tried to create a singleton class ? See it, it can be helpful ..
Comments
Post a Comment