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.
就像iOS中safari浏览器的效果,当网页向下滚动时,导航栏一起向下,随着网页向上滚动,导航从视图中出去,这样如何实现呢?非常感谢!
您应该将该导航栏设置为表格标题视图(不要与节标题视图混淆)。表格视图有一个属性 tableHeaderView,您可以将其设置为您想要的任何自定义视图。它将出现在表格视图的顶部,并随之滚动。