My code is in swift 4, As follows, it shows me Ads like, as shown in the 1st picture.
var rewardBasedVideo: GADRewardBasedVideoAd!
rewardBasedVideo = GADRewardBasedVideoAd.sharedInstance()
rewardBasedVideo.delegate = self
rewardBasedVideo.load(GADRequest(),
withAdUnitID: GOOGLE_AD_UNIT_ID)
But I want to enable close Ad close button after some time. Or I want to show "Skip Ad" button instead of a close button