Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我google-ima正在为 iOS 版本 3.0.beta.4 使用 sdk。
google-ima
我尝试更改出现在 sdk 上的文本“了解更多” UIViewController。
UIViewController
我找了一段时间,没有找到答案。
有人实现它吗?
提前 10 倍。
截屏:
您只能更改语言:
let s = IMASettings() s.language = "it" adsLoader = IMAAdsLoader.init(settings: s) adsLoader?.delegate = self