I am trying to remove a "AddBannerView" that has been created in a Storyboard and referenced in the UIViewController
in this way:
@property (nonatomic,weak) IBOutlet ADBannerView *banner;
The problem is that when I call [self.banner removeFromSuperview]
nothing happens (I have connected the banner with the controller so that is not the problem).
Any idea? Thanks