gpt4 book ai didi

objective-c - NSTreeController 添加 :method not adding "after the current selection"

转载 作者:搜寻专家 更新时间:2023-10-30 20:22:00 25 4
gpt4 key购买 nike

我有一个 NSTreeController 绑定(bind)到一个 NSOutlineView(没有核心数据)。来自 Cocoa 的引用资料:

add:
Adds an object to the receiver after the current selection.
- (void)add:(id)sender

让我感到困惑的是,当调用 add 方法时,它会将新项目放在列表的末尾,而不是在所选项目之后。插入方法似乎按预期工作(在选择之前添加的项目)。难道我做错了什么?如何在所选项目之后而不是列表末尾插入新节点?

最佳答案

您可能想要做的是调用 insertObject:atArrangedObjectIndexPath:

创建一个 IBAction(即:(IBAction)addAfterSelection:(id)sender)并让它实例化您的对象,确定选择的 indexPath,然后调用 insertObject:atArrangedObjectIndexPath: .

如果不是这样,也许验证确保排序发生在 NSOutlineView 上。

关于objective-c - NSTreeController 添加 :method not adding "after the current selection",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8183674/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com