I'm using this to set the frame for my ad
bannerView_ = [[GADBannerView alloc] initWithFrame:CGRectMake(0.0, self.view.frame.size.height-164 -GAD_SIZE_320x50.height, GAD_SIZE_320x50.width,GAD_SIZE_320x50.height)];
It looks fine on a 3.5" display. On the 4" display things were all over the place... I finally fixed everything to look fine on the 4" using the autoscaling settings. I don't know what to do about the banner ad though. It ends up on top of some things on the 4" display now. I want a different setting for a 4" or 3.5" display if that is possible.