我将一个表绑定到一个名为 Persons 的 ArrayController。如果我在窗口上添加一个 textField 并将其绑定到 Controller Key: selectionIndex,则 textField 将显示我选择的项目的索引。
问题是:我想将选择的索引绑定到 MyAppDelegate 类的实例变量,而不是绑定到 textField,我该怎么做?
我将一个表绑定到一个名为 Persons 的 ArrayController。如果我在窗口上添加一个 textField 并将其绑定到 Controller Key: selectionIndex,则 textField 将显示我选择的项目的索引。
问题是:我想将选择的索引绑定到 MyAppDelegate 类的实例变量,而不是绑定到 textField,我该怎么做?