标签: cocoa binding nstablecolumn nspopupbuttoncell
在NSTableColumn充满了NSPopupButtonCell,你可以绑定很多东西,我试着寻找解释,但似乎找不到任何东西。
答案 0 :(得分:1)
这应该有助于对绑定的一般解释 http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/CocoaBindingsRef/BindingsText/NSPopUpButton.html#//apple_ref/doc/uid/NSPopUpButton-DontLinkElementID_801
有关绑定NSPopupButtonCell和Core Data的帮助,请查看我的教程: http://www.themikeswan.com/blog/?p=81 它还将让您了解绑定如何适用于非Core Data的内容。