Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在大纲视图中选择一行(连接到 NSTreeController)并单击删除按钮时,它不会删除我选择的行,但实际上会删除表格底部的行。有关更多信息,这里是我的按钮连接:
http://snapplr.com/t1hm
和实体模型:
http://snapplr.com/k6n3
如果您需要更多信息,请随时发表评论。
首先,回应 Alex 的评论,将两个绑定更正为绑定到树控制器而不是数组控制器。
其次,确保将大纲视图的“选择索引路径”绑定到树控制器的selectionIndexPaths属性,以便树控制器知道选择了什么。
selectionIndexPaths