• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
tableViewSelectionDidChange does not fire on deselect
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tableViewSelectionDidChange does not fire on deselect


  • Subject: tableViewSelectionDidChange does not fire on deselect
  • From: Ronald Hofmann <email@hidden>
  • Date: Tue, 01 Apr 2014 07:51:10 +0200

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 (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


  • Prev by Date: Re: NSDictionary @synchronize to read multiple objects
  • Next by Date: Re: NSBox Border Width Property
  • Previous by thread: Re: NSDictionary @synchronize to read multiple objects
  • Index(es):
    • Date
    • Thread