On May 3, 2012, at 6:45 AM, Roland King wrote: > It's not, no. If you want a KVO way of removing all the objects use the > remove<key>AtIndexes: or just set<Key>: with an empty array. You'll get > different types of KVO message (NSKeyValueChangeRemoval vs > NSKeyValueChangeSetting).
Thanks! I was indeed using remove<key>AtIndexes: , but set<Key> seems a bit easier to do. - Koen. _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
