Since it ADBannerViewis a subclass UIView, you can remove it with removeFromSuperview.
[bannr removeFromSuperview]
, , .
Update
: , :
- (BOOL)bannerViewActionShouldBegin:(ADBannerView *)banner willLeaveApplication:(BOOL)willLeave {
if (banner.isHidden) {
return NO;
}
}