Hello
I am using admobs sdk in iphone. I want to show ads in only main view. I applied UItableview
programatically and I used AdmobView in this view .
my problem is ads are scrolling with screen/tableview and ads is overlapping table’s cell
How should I fix position of ads to bottom so that it cant be scroll with table.
Hello I am using admobs sdk in iphone. I want to show ads in
Share
Don’t add AdmobView to your table view’s rows.
You can create another parent view that holds the AdmobView and table view. When the ad is loaded, you should also adjust the height of the table view and slide the AdmobView up.