If an NSArrayController
is bound to an array that is generated using
@synthesize (strong) anArray;
very strange things happen when using the add:
or remove:
bindings. For example, I end up with a different address for anArray. I am sure this has to do with the strong keyword. Can someone explain to me why this happens?