Preventing View Update in NSTableView
Preventing View Update in NSTableView
- Subject: Preventing View Update in NSTableView
- From: Peter Lübke <email@hidden>
- Date: Thu, 14 Apr 2011 02:13:19 +0200
Hi,
I have an NSTableView subclass bound to an NSArrayController.
I'd like to temporarily 'freeze' the cells in the table view while
the data displayed in those cells are changed so they are not
continuously redrawn.
When the changes are completed, they should be updated at once.
For various reasons, executing the changes on a copy of the array
controller's content is no option.
Thoughts?
- Peter
_______________________________________________
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