Skip navigation.
 
mlUpdating all bindings manually
FROM : Moray Taylor
DATE : Sun Jun 04 14:21:01 2006

Hi List,

Is it possible to update all bindings manually?

I know you can do something like

    [self willChangeValueForKey:@"key"];
    [self didChangeValueForKey:@"key"];

But I'd have to do that for all my bindings (50+), and update the 
list every time I added a binding.

What I'd like is either be able to ask the Nib (or controller, or 
whatever) for a list of it's bindings and then iterate through them.

I'm sure I've seen this done, but I've googled and can't find any 
sign of it, maybe I dreamt it.

Thanks for any suggestions.

Moray

Related mailsAuthorDate
mlUpdating all bindings manually Moray Taylor Jun 4, 14:21
mlRe: Updating all bindings manually Bill Bumgarner Jun 4, 17:46
mlRe: Updating all bindings manually mmalcolm crawford Jun 4, 19:57