I m using google-ima SDK for iOS version 3.0.beta.4.
I try to change the text "Learn more" which appear at the sdk's UIViewController
.
I'm looking for that for some time, and didn't find the answer.
Does someone achieve it?
Screenshot:
I m using google-ima SDK for iOS version 3.0.beta.4.
I try to change the text "Learn more" which appear at the sdk's UIViewController
.
I'm looking for that for some time, and didn't find the answer.
Does someone achieve it?
Screenshot:
You can only change the language:
let s = IMASettings()
s.language = "it"
adsLoader = IMAAdsLoader.init(settings: s)
adsLoader?.delegate = self