UITableView 边距/标题中

发布于 2024-12-11 15:09:27 字数 242 浏览 0 评论 0原文

联系人的 TableView

我正在查找创建此表视图标题中包含的 TableView 部分(“边缘”区域埃里克·穆德 (Eric Mulder) 输入)。有人对此事有任何见解吗?谢谢!

Contact's TableView

I'm looking to create the TableView section contained in the header of this tableview (the "margined" area with Eric Mulder typed in). Does anybody have any insight on this matter? Thanks!

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

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

发布评论

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

评论(2

离笑几人歌 2024-12-18 15:09:28

您无法使用 UITableView 的委托方法轻松完成此操作。我通过创建一个包含表视图默认单元格样式的图像来使其工作。然后我只需将其作为 UIImageView 加载到表视图的标题视图中。
例如,您可以查看我的应用程序 iCookit (App Store)。你可以看到第三张图片上的作品。这就是结果。这很容易做到。只需使用 Photoshop 或 Gimp 一点点即可。

You can't do it easily with a delegate method of UITableView. I got it to work by creating an image which contains a the style of the default cells of a table view. Then I simply load it as an UIImageView in my header view of the table view.
For example, you can take a look at my app iCookit (App Store). You can see the work on the 3rd picture. That's the result. It was very easy to do. Just a little bit with Photoshop or Gimp.

在巴黎塔顶看东京樱花 2024-12-18 15:09:28

您是否尝试过将包含照片和名称字段的 UITableView 设置为主要 UITableViewheaderView ?

Have you tried setting a UIView that contains both the photo well and a UITableView for the name fields as the main UITableView's headerView?

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