ios - iAd banner in a TableViewController -


I want to add an iAd banner to my UITableViewController. If I drag iAd into the TableViewController then the banner is above the cells. But the banner should be at the bottom of the screen (the banner should be shown that the user scrolls the tableview).

If I run the app then the test banner comes but not below the screen. Does anyone know this solution?

Import iAd to your view controller and set canDisplayBannerAds on your View Controller View the property true .


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -