标签: ios swift uiactionsheet banner revmob
我在Swift中有一个RevMob横幅,它的工作非常完美但是在打开UIActionSheet时,广告会覆盖取消按钮,这也适用于GameCenter,我应该怎么做才能解决它?
我的代码:
func appearAd(){ if revMobSession == true{ RevMobAds.session().showBanner() } }