如何创建一个像联系人应用程序中那样的 UITableViewCell?

发布于 2024-11-10 01:39:01 字数 68 浏览 0 评论 0原文

如何复制单元格(例如联系人详细信息视图中的单元格)?它们有一个蓝色的“前缀”静态文本,后面(在同一行)是黑色的可编辑文本。

How do you replicate a cell such as the one sin the Contacts detail view? The have a "prefix" static text in blue followed (on the same line) by an editable text in black.

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

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

发布评论

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

评论(1

痕至 2024-11-17 01:39:01

他们只是使用自定义的 tableviewcell,其中蓝色标签为前缀,黑色标签为文本,还有自定义背景图像。背景图像将根据其在组中的位置而有所不同:

  • 组中的唯一单元格(顶部和底部圆角)
  • 多单元格组中的第一个单元格(顶部圆角,顶部平坦)
    底部)
  • 多单元组中的中间单元(顶部和底部平坦)
  • 多单元组中的最后一个单元(底部圆形,顶部平坦)

They are just using a custom tableviewcell with a blue label for prefix, black label for text and a custom background image. The background image will be different depending on where it is located in a group:

  • only cell in a group (rounded top and bottom)
  • first cell in a multi-cell group (rounded on top, flat on
    bottom)
  • middle cell in a mult-cell group (flat on top and bottom)
  • last cell in a multi-cell group (rounded on bottom, flat on top)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文