Hi all,
I´m using tableViewSelectionDidChange to find out which row of myTableView was 
clicked. 
Works fine so far. I´m taking some action than.

- (void)tableViewSelectionDidChange:(NSNotification *)notification
{
        NSInteger row = [_tableView selectedRow];
        NSLog(@„Row: %il", row);
        
}

The problem is that this method is not called when I deselect a row using 
cmd-click on a row.

Any idea how I could do that?

Greetings from Switzerland, Ronald Hofmann
---  
_______________________________________________

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

This email sent to arch...@mail-archive.com

Reply via email to