Re: two table view selection problem
Re: two table view selection problem
- Subject: Re: two table view selection problem
- From: Corbin Dunn <email@hidden>
- Date: Tue, 04 Mar 2008 08:15:50 -0800
On Mar 4, 2008, at 8:09 AM, Andy Lee wrote:
Try changing the -isEqual: calls to == instead, e.g.:
if ([notification object] == tableView1)
I suspect -isEqual: is always returning YES.
No, this is not the problem. Using == is okay (and faster), since
NSView's are always unique.
-corbin
_______________________________________________
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