nash
nash

Reputation: 35

iAd banner in a TableViewController

I want to add an iAd banner into my UITableViewController. If I drag the iAd into the TableViewController the banner is on top of the cells. But the banner should be at the bottom of the screen (the banner should also be shown if the user scrolls the TableView).

If I run the app the test banner comes up but not on the bottom of the screen. Does someone knows a solution of this?

Upvotes: 2

Views: 439

Answers (1)

Fabian
Fabian

Reputation: 7003

Import iAd in your view controller and set the canDisplayBannerAds property to true on your view controller. See the docs.

Upvotes: 1

Related Questions