I have a RevMob banner in Swift, its working perfectly but when opening an UIActionSheet the cancel button gets covered by the advertisement, this also happens with GameCenter , what should I do to fix it?
My code:
func appearAd(){
if revMobSession == true{
RevMobAds.session().showBanner()
}
}