如何创建一个像联系人应用程序中那样的 UITableViewCell?
如何复制单元格(例如联系人详细信息视图中的单元格)?它们有一个蓝色的“前缀”静态文本,后面(在同一行)是黑色的可编辑文本。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
他们只是使用自定义的 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:
bottom)