ios4mobclix

Mobclix Ads not showing in subviews


I have added Mobclix Ads successfully to my app but its showing in first view only and not showing in subviews . I tried a lot but I am not getting the solution.
If anyone can help me please reply

Thanks in advance.


Solution

  • I got the answer by only adding this line to bring subview to front where another subview is added to view and mobclix ad is showing in every subviews.

    [self.view bringSubviewToFront:self.adView];  
    

    here adView is the reference of Class MobclixAdView.