自定义 NSTableView 单元格的最简单方法是什么?

发布于 2024-10-16 03:09:22 字数 188 浏览 0 评论 0 原文

我是一名 iOS 开发者。我最近开始了我的Mac项目,但是我发现与UITableViewCell(UIView的子类)不同,NSTableView的cell是NSCell,我什至无法在IB中创建它。我想知道是否有一些简单的方法来创建像 NSTextFieldCell 这样的子类并将其放入 NSTableView 中。

任何帮助将不胜感激!谢谢!

I'm an iOS developer. I recently started my Mac project, but I found that unlike UITableViewCell, which is a subclass of UIView, the cell of NSTableView is NSCell, and I even can't create it in IB. I wonder if there are some easy ways to create subclass like NSTextFieldCell to put it into the NSTableView.

Any help would be appreciated! Thanks!

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

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

发布评论

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

评论(1

带刺的爱情 2024-10-23 03:09:22

查看 PXListView 类rel="nofollow">Github

这有一个 PXListViewCell 您可以用作示例。

Have a look at the open source PXListView class on Github

This has a PXListViewCell that you can use as an example.

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