Search code examples
iphoneiosstoryboardiad

tabbed application with adwhirl using storyboard


I've tabbed application with storyboard. I want to have adwhirl below my tabbar. Though I'm customising my tabbar after clicking out at any item.I'm not able to change the position of tabbar at initial stage. And I also want my all tabbarviewcontrollers are of custom size, so that after inApp purchase the adwhirl will be removed and entire tabbarviewcontoller will resize again to its original position.Any idea how to achieve this.FYI I want to have adwhirl with iAd & adMob


Solution

  • After so many researches I found that with Adwhirl this is not possible. This could be only possible if I want my AdMob & iAd at different places. And since I want my both ads at the same place with different time period . I can't achieve this in this way. So I did it in other way. In which I've taken an Extra UIView. Which will be added when I don't want ads. And will be removed when I need it. And instead of adding it below tabbar. I've integrated ads above tabbar. Thus I've fullfilled my requirement with some stitches.