偏移 UITableView 索引 - 与 iAd 重叠

发布于 2024-12-07 07:30:20 字数 103 浏览 0 评论 0原文

我有一个基于表格的应用程序,顶部有一个 iAd。我已将 AZ 索引添加到表视图中。该索引现在被顶部的 iAd 遮挡。

谁能建议一个好方法来解决这个问题?

谢谢。

I have a table based app with an iAd at the top. I have added a A-Z index to the Table View. The index is now obscured by the iAd at the top.

Can anyone suggest a good way to fix this ?

Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

2024-12-14 07:30:20

如果您有 Apple 开发者帐户,WWDC 2010 上有一个视频演示了如何使用 iAd。如果您访问:http://developer.apple.com/videos/ 即可找到此信息打开 iTunes。然后去WWDC 2010 Sessions ->应用程序框架->课程 112 - 将广告与 iAd 集成。

这将向您展示如何根据广告是否正确加载将横幅移入和移出视图。

If you have an Apple Developer account there is a video from WWDC 2010 that demonstrates how to use iAd. This can be found if you go to: http://developer.apple.com/videos/ which will open iTunes. Then go to WWDC 2010 Sessions -> Application Frameworks -> Session 112 - Integrating Ads with iAds.

This will show you how to move the banner in and out of a view depending on if an ad is loaded correctly.

云醉月微眠 2024-12-14 07:30:20

您可以将 UIView 拖到 Interface Builder 中的 UITableView 顶部,为 UITableView 提供页眉或页脚视图,您可以将 iAd 放置在其中,并且不会干扰 tableView 的内容。

You can drag a UIView on top of a UITableView in Interface Builder to give the UITableView a header or footer view, which you can place the iAd in and have it not interfere with the tableView's contents.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文