显示 NSArrays 的 NSDictionary 最好的是什么?

发布于 2024-12-29 05:32:33 字数 124 浏览 0 评论 0原文

我有一个 NSDictionary,每个键都引用一个 NSArray 对象,我想在 mac OSX 10.5 上的 Cocoa APP 上显示内容,对此最好的解决方案是什么?

也许是 NSTreecontroller?

I have a NSDictionary that each key refers to an NSArray object, I want to show the contents on a Cocoa APP on mac OSX 10.5, What is the best solution to this?

Maybe NSTreecontroller?

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

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

发布评论

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

评论(1

笑红尘 2025-01-05 05:32:33

These kinds of tree structures are well displayed by components like NSOutlineView or NSBrowser.

Please also have a look to Outline view programming guide by Apple, which introduces the subject (at least for outline views).

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