Weak reference to your ad view’s AdChoices view. Must set adChoicesView before setting
nativeContentAd, otherwise AdChoices will be rendered in the publisher’s
preferredAdChoicesPosition as defined in GADNativeAdViewAdOptions.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-03-03 UTC."],[],[],null,["# GoogleMobileAds Framework Reference\n\nGADNativeContentAdView\n======================\n\n class GADNativeContentAdView : UIView\n\nBase class for content ad views. Your content ad view must be a subclass of this class and must\ncall superclass methods for all overriden methods.\n- `\n ``\n ``\n `\n\n ### [nativeContentAd](#/c:objc(cs)GADNativeContentAdView(py)nativeContentAd)\n\n `\n ` \n This property must point to the native content ad object rendered by this ad view. \n\n #### Declaration\n\n Swift \n\n var nativeContentAd: ../Classes/GADNativeContentAd.html? { get set }\n\n- `\n ``\n ``\n `\n\n ### [headlineView](#/c:objc(cs)GADNativeContentAdView(py)headlineView)\n\n `\n ` \n Weak reference to your ad view's headline asset view. \n\n #### Declaration\n\n Swift \n\n @IBOutlet weak var headlineView: UIView? { get set }\n\n- `\n ``\n ``\n `\n\n ### [bodyView](#/c:objc(cs)GADNativeContentAdView(py)bodyView)\n\n `\n ` \n Weak reference to your ad view's body asset view. \n\n #### Declaration\n\n Swift \n\n @IBOutlet weak var bodyView: UIView? { get set }\n\n- `\n ``\n ``\n `\n\n ### [imageView](#/c:objc(cs)GADNativeContentAdView(py)imageView)\n\n `\n ` \n Weak reference to your ad view's image asset view. \n\n #### Declaration\n\n Swift \n\n @IBOutlet weak var imageView: UIView? { get set }\n\n- `\n ``\n ``\n `\n\n ### [logoView](#/c:objc(cs)GADNativeContentAdView(py)logoView)\n\n `\n ` \n Weak reference to your ad view's logo asset view. \n\n #### Declaration\n\n Swift \n\n @IBOutlet weak var logoView: UIView? { get set }\n\n- `\n ``\n ``\n `\n\n ### [callToActionView](#/c:objc(cs)GADNativeContentAdView(py)callToActionView)\n\n `\n ` \n Weak reference to your ad view's call to action asset view. \n\n #### Declaration\n\n Swift \n\n @IBOutlet weak var callToActionView: UIView? { get set }\n\n- `\n ``\n ``\n `\n\n ### [advertiserView](#/c:objc(cs)GADNativeContentAdView(py)advertiserView)\n\n `\n ` \n Weak reference to your ad view's advertiser asset view. \n\n #### Declaration\n\n Swift \n\n @IBOutlet weak var advertiserView: UIView? { get set }\n\n- `\n ``\n ``\n `\n\n ### [mediaView](#/c:objc(cs)GADNativeContentAdView(py)mediaView)\n\n `\n ` \n Weak reference to your ad view's media asset view. \n\n #### Declaration\n\n Swift \n\n @IBOutlet weak var mediaView: ../Classes/GADMediaView.html? { get set }\n\n- `\n ``\n ``\n `\n\n ### [adChoicesView](#/c:objc(cs)GADNativeContentAdView(py)adChoicesView)\n\n `\n ` \n Weak reference to your ad view's AdChoices view. Must set adChoicesView before setting\n nativeContentAd, otherwise AdChoices will be rendered in the publisher's\n preferredAdChoicesPosition as defined in GADNativeAdViewAdOptions. \n\n #### Declaration\n\n Swift \n\n @IBOutlet weak var adChoicesView: ../Classes.html#/c:objc(cs)GADAdChoicesView? { get set }"]]