偏移 UITableView 索引 - 与 iAd 重叠
我有一个基于表格的应用程序,顶部有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您有 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.
您可以将 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.