UITableView 中的顶行固定

发布于 2024-09-26 18:34:03 字数 188 浏览 1 评论 0原文

是否可以 ?

我在 UITableView 的单元格中使用了 3 个标签。我想在滚动时使第一行始终是标题和固定位置。节标题无法显示标签的正确位置。

alt text

美国洛杉矶应该显示在第二列,但第一列文本太长。

Is it possible ?

I used 3 label in cell of UITableView. I want to make to first row is a header and fixed position always when scroll. Section header can't show right position of label.

alt text

Lost Angeles, U.S.A should be show on second column but first columns text is too long.

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

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

发布评论

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

评论(1

灯角 2024-10-03 18:34:03

您可以将包含第一个单元格内容的 UIView 放置在 UITableView 的顶部。当您填充单元格时,您应该将第一个单元格留空(它将被初始位置的固定 UIView 覆盖)。

You can place the UIView with the content of the first cell on top of the UITableView. When you fill up the cells you should leave the first cell empty (it will be covered by the fixed UIView in the initial position).

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