iOS:如何像 iBook 一样将图像放在 tableView 顶部

发布于 2024-10-20 00:47:15 字数 126 浏览 2 评论 0原文

如果您在 iBook 上一直向上滚动,您可以看到一个苹果标记(位于搜索和两个按钮上方)。如何将这样的图像放在 TableView 之上?

我的第一个猜测是苹果只是使用图像作为背景并以某种方式将其对齐。我走在正确的轨道上吗?

If you scroll all the way up on the iBook, you can see an apple mark (above search and two buttons). How can you put such image on top of the TableView?

My first guess is that apple just used an image as its background and somehow aligned it right. Am I on right track?

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

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

发布评论

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

评论(1

秋意浓 2024-10-27 00:47:15

它是一个 UIImageView,可以设置为 tableHeaderView(查看文档),并给定负顶 contentInset 表格,或者只是添加为子视图表视图本身。后者可能更简单——只需将图像视图的位置设置为具有负 Y 值的位置即可。

It's a UIImageView, either set as a tableHeaderView (check the docs) with the table given negative-top contentInset, or just added as a subview of the table view itself. The latter's probably simpler—just set the image view's position to something with a negative Y value.

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