NSOutlineView 侧边栏帮助
我正在尝试使用 NSOutlineView 创建一个简单的侧边栏......我该怎么做? (我使用的是CoreData)
I'm trying to create a simple sidebar using NSOutlineView..... how would I do this? (I'm using CoreData)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Apple 有示例代码准确展示了如何执行此操作。该示例不使用 Core Data,但原理是相同的。有另一个示例展示了如何使用
NSOutlineView 与核心数据。
Apple has sample code that shows exactly how to do this. The example doesn't use Core Data but the principles are the same. There is another sample that shows how to use
NSOutlineView
with Core Data.