ADBannerView below UITableViewController
I want to integrate the iAd banner below a tableView in a UItableViewController. the goal is to resize the tableview and add to the bottom of the UIViewController, a UITableViewController in this case. I started considering that the adBannerView is a UIView so I wrote the code below and for a UIView, and it worked, but when I try to make same thing happen by replacing it with a ADBannerView it doesn't happen. The ADBanner appeared in the correct position but the tableView resizing is lost. can somebody try to understand why and help me out to find a better solution. is it feasible without