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.
我可以在 AdMob 中将“完成”按钮(如下所示)隐藏 3 到 4 秒吗?
不要认为这是一件容易做到的事情。AdMob SDK 不会让您直接处理该模式视图。
如果在显示模式视图后发送回调,您可以递归地遍历视图层次结构,查找带有“完成”标签的 UIButton 并将其隐藏。但是,在呈现完整模式视图后不会触发回调,只有之前调用过的回调。