I've been trying to implement native Google adMob ads in my iOS app. This is the tutorial I'm following:
https://developers.google.com/admob/ios/native/advanced
I successfully installed the pod 'Google-Mobile-Ads-SDK'. The tutorial then says to give a UIView (in storyboard or xib file)the class GADUnifiedNativeAdView, and then to add subviews and link them to the IBOutlets provided by GADUnifiedNativeAdView. However, I am not able to see the IBOutlets.