// Set the frame for this view to match the bounds of the parent
adWhirlView.
//GADBannerView *view = [[GADBannerView alloc]
initWithFrame:adWhirlView.bounds];
....
}
// Show Ads at bottom of screen
// YourViewController.m
- (void)adWhirlDidReceiveAd:(AdWhirlView *)adWhirlView {
[UIView beginAnimations:@"AdWhirlDelegate.adWhirlDidReceiveAd:"
context:nil];