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
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 mails | Author | Date |
|---|---|---|
| Moray Taylor | Jun 4, 14:21 | |
| Bill Bumgarner | Jun 4, 17:46 | |
| mmalcolm crawford | Jun 4, 19:57 |






Cocoa mail archive

