delete entries in a tableView with the backspace-key on the keyboard
delete entries in a tableView with the backspace-key on the keyboard
- Subject: delete entries in a tableView with the backspace-key on the keyboard
- From: Martin Batholdy <email@hidden>
- Date: Fri, 29 Apr 2011 23:13:53 +0200
Hi,
I have a tableView and a MutableArray as DataSource.
Below the tableView I have a delete button to delete selected entries.
That works fine. The entries disappear when pressing the delete button.
Now I would like to achieve the same effect with a press on the backspace-button.
How can I link this action (pressing the backspace key on the keyboard) to the delete-method?
thanks!
_______________________________________________
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