If your data model is updated but not the Table View simply calling setNeedsDisplay on the tv should be enough and less expensive (you can even simply call it for rects of cells to be updated)

Laurent

That's it! Using setNeedsDisplay (instead of reloadData) on the TableView while another cell is being edited causes the TableView to update but not to interrupt to the editing process.

Thanks!!
jay
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to