#author("2017-08-24T14:41:49+09:00","default:wikiwriter","wikiwriter") #author("2017-09-07T15:56:18+09:00","default:wikiwriter","wikiwriter") &tag(Cocoa/KVC); *目次 [#b6cbf77d] #contents *関連ページ [#u508d82c] *参考情報 [#y82a910a] *Controller Keyとは [#occ7725e] -[[Controller Key-Value Observing Compliance:https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/CocoaBindings/Articles/ControllerKey-ValueObservingCompliance.html#//apple_ref/doc/uid/TP40002493-SW1]]…公式 -[[cocoa - What does "Controller Key" mean in Interface Builder > Inspector > Bindings? - Stack Overflow:https://stackoverflow.com/questions/595257/what-does-controller-key-mean-in-interface-builder-inspector-bindings]]。 -Controller KeyはArray Controllerのキー(例えばarrangedObjects)、Model Key Pathはそのオブジェクト配列の中のキー(例えばPerson.name)となる。 -[[osx - Cocoa Key Value Bindings: What are the explanations of the various options for Controller Key? - Stack Overflow:https://stackoverflow.com/questions/1774022/cocoa-key-value-bindings-what-are-the-explanations-of-the-various-options-for-c/2440537#2440537]] -Controller KeyはControllerのキー(例えばarrangedObjects)、Model Key Pathはそのオブジェクト配列の中のキー(例えばPerson.name)となる。