iOS 表格视图 - 我不知道这是否可能
在具有多行的表视图中,是否可以将顶行(行[0])“冻结”, 而其余的行则向上和向下“滚动”。如果您对此有任何提示,我们将不胜感激。
In table view with many rows, is it possible to have the top row (row[0]) "frozen",
while the rest of the rows 'scroll' up an down.. If you have any hints about this, it would be appreciated..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
执行此操作的唯一方法是使用节标题作为顶行。否则,将顶行作为单独的 UI 元素。
The only way to do this would be to use a section header as the top row. Otherwise, do the top row as a separate UI element.