我想在我的 UITableViewController 中添加一个 iAd 横幅。如果我将 iAd 拖到 TableViewController 中,则横幅位于单元格的顶部。但是横幅应该在屏幕的底部(如果用户滚动 TableView 也应该显示横幅)。
如果我运行应用程序,测试横幅会出现,但不会出现在屏幕底部。
有人知道这个的解决方案吗?
Best Answer-推荐答案 strong>
在您的 View Controller 中导入 iAd,并在您的 View Controller 上将 canDisplayBannerAds 属性设置为 true 。见 docs .
关于ios - TableViewController 中的 iAd 横幅,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/25067828/
|