This is a UI layout issue. I need to place banner ads on the bottom of all views in an iPhone app. The banner ads are shared and only load if they are available.
Two UIViewControllers contain UITableViews that occupy the full screen. I am having two related issues that I don't know how to address. When the banner ad loads, it hides the bottom part of the table view, blocking the user from being able to select the any of the last couple of cells. Additionally, the right side index is no longer centered and sits lower than it should.
Apparently, Apple will reject an app if there is blank white space in the event that an ad does not load (correct me if I'm wrong on this), so there is a need to have the tableviews go full length if no ad is available.
Has anybody addressed this issue? What might be a best practice to overcome this? Thanks!