Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果您在 iBook 上一直向上滚动,您会看到一个苹果标记(在搜索上方和两个按钮上方)。你怎么能把这样的图像放在 TableView 的顶部?
我的第一个猜测是苹果只是使用图像作为背景并以某种方式将其对齐。我在正确的轨道上吗?
它是 a UIImageView,要么设置为 a tableHeaderView(检查文档),表格给定为negative-top contentInset,要么只是添加为表格视图本身的子视图。后者可能更简单——只需将图像视图的位置设置为负 Y 值即可。
UIImageView
tableHeaderView
contentInset