插页广告
The provided view controller is already presenting another view controller.
看下TopOn的showSplashWithPlacementID方法时传入的view controller是否是顶层的,即获取topViewController.presentedViewController。如果给showSplashWithPlacementID传入的vc可能出现弹窗,则弹窗建议使用view类型的,而不是alertController等。