如何在 NSTableView 中显示图像?

发布于 2024-10-06 18:51:26 字数 202 浏览 8 评论 0原文

我有一个 NSTableView 正在填充我的数据源。

我的数据模型有一个图像的 URL。

我想在 NSTableView 的每个单元格中的某些文本旁边显示图像。基本上就像 Twitter 客户端一样,图像在左侧,一些文本在右侧。

我不知道可可该怎么做?我熟悉 Cocoa-Touch 中的流程(通过子类化 UITableViewCell)。

I have an NSTableView that is populating with my data source.

My data model has a URL to an image.

I would like to display an image next to some text in every cell of my NSTableView. Basically like a twitter client, image on the left, with some text on the right.

I am not sure how to do this Cocoa? I am familiar with the process in Cocoa-Touch (by subclassing UITableViewCell).

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

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

发布评论

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

评论(2

从﹋此江山别 2024-10-13 18:51:26

您应该将 NSImageCell 拖到您想要显示图像的列上。然后通过图像单元格绑定窗格调整图像的值。

You should drag NSImageCell onto the column you want your image to be displayed. Then adjust the value of the image via image cell bindings pane.

千纸鹤 2024-10-13 18:51:26

您可以在每个单元格上创建一个框架,并在其中绘制图片。请参阅此处:

http://blog.webscale.co.in/?p=284

You can create a frame on each cell, and draw a picture in that. Refer here:

http://blog.webscale.co.in/?p=284

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