1

I have a project with a UITableViewController in the storyboard. I want to add an ADBannerView to the bottom of it, does anybody have any idea how to do it? Appreciated.

5elephant
  • 13
  • 3

1 Answers1

1

Just drag a iAd Banner View to the footer of your UITableViewController in the storyboard, setup the @IBOutlet and setup the layout constraints.

Alessandro OrrĂ¹
  • 3,443
  • 20
  • 24