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.
在 iOS 中,模态视图控制器在呈现时有一个新的行为。现在它默认不是全屏的,当我尝试向下滑动时,应用程序会自动关闭视图控制器。
如何防止这种行为并回到旧的良好全屏模式 vc?appodeal我在使用框架时遇到了这个问题。
appodeal
要显示的代码videoad
videoad
if Appodeal.isReadyForShow(with: .nonSkippableVideo){ Appodeal.showAd(.nonSkippableVideo, rootViewController: self) }