Skip navigation.
 
mlRe: custom views, bindings, and array controller
FROM : mmalcolm crawford
DATE : Sat Apr 30 01:48:41 2005

On Apr 29, 2005, at 4:34 PM, Scott Stevenson wrote:

> You register for KVO notifications on the array controller inside 
> bind: and update the view's contents when observeValueForKeyPath: 
> is called. That method passes in the bound array controller, so you 
> can just query it directly for its new contents, using the key path 
> specified during the initial bind.
>


See also:
    <http://homepage.mac.com/mmalc/CocoaExamples/controllers.html>
    Graphics Bindings example...

mmalc

Related mailsAuthorDate
mlcustom views, bindings, and array controller Josh Anon Apr 30, 00:31
mlRe: custom views, bindings, and array controller Scott Stevenson Apr 30, 01:34
mlRe: custom views, bindings, and array controller mmalcolm crawford Apr 30, 01:48
mlre: custom views, bindings, and array controller Josh Anon Apr 30, 02:24