Search code examples
swiftuitableviewadbannerviewgadbannerview

How to add an adbannerview in UITableViewController in Swift?


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.


Solution

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