Re: NSTableView doesn't show data until I click on a header
Re: NSTableView doesn't show data until I click on a header
- Subject: Re: NSTableView doesn't show data until I click on a header
- From: Koen van der Drift <email@hidden>
- Date: Thu, 03 May 2012 06:52:07 -0400
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@hidden)
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:
This email sent to email@hidden