I've got my AdMob banners all setup and working but I'm having some trouble positioning them.
This is the code that's in presently to load the bannerview, but I can't quite place how to move it (let's assume to a position of 100, 100)
Can anyone help?
Regards David
bannerView_ = [[GADBannerView alloc] initWithAdSize:kGADAdSizeFullBanner];
bannerView_.adUnitID = @"a14ff98b8ab890d";
bannerView_.rootViewController = self;
[self.view addSubview:bannerView_];
[bannerView_ loadRequest:[GADRequest request]];