Have an iAd be there in all scenes in the same state in the same position

41 Views Asked by At

I was wondering how can I have an ad be ON TOP OF THE SCREEN, for all my scenes, without it changing and just being there in the same state? Anyone have the code for it? (swift) Thank you so much!

1

There are 1 best solutions below

2
On

Add it to your app's UIWindow (you can find it in the app delegate) instead of a view controller/view.