菜鸟教程小白 发表于 2022-12-13 00:13:43

ios - TableViewController 中的 iAd 横幅


                                            <p><p>我想在我的 UITableViewController 中添加一个 iAd 横幅。如果我将 iAd 拖到 TableViewController 中,则横幅位于单元格的顶部。但是横幅应该在屏幕的底部(如果用户滚动 TableView 也应该显示横幅)。 </p>

<p>如果我运行应用程序,测试横幅会出现,但不会出现在屏幕底部。
有人知道这个的解决方案吗?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>在您的 ViewController 中导入 iAd,并在您的 ViewController 上将 <code>canDisplayBannerAds</code> 属性设置为 <code>true</code>。见 <a href="https://developer.apple.com/library/ios/documentation/iAd/Reference/UIViewController_iAd_Additions/Reference/Reference.html" rel="noreferrer noopener nofollow">docs</a> .</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - TableViewController 中的 iAd 横幅,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/25067828/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/25067828/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - TableViewController 中的 iAd 横幅