[tableView deselectAll:nil] - is this a good way to deselect a tableView?
[tableView deselectAll:nil] - is this a good way to deselect a tableView?
- Subject: [tableView deselectAll:nil] - is this a good way to deselect a tableView?
- From: Michael Zornek <email@hidden>
- Date: Sun, 25 Aug 2002 13:52:09 -0400
Ok,
Been pretty quite on the list since I joined -- been busy reading Cocoa
books.
In the Hillegass book right now, Challenge 2 page 119.
We are told to enable a multiple select delete IBAction and for the most
part I got it done well. But prob was if you created three rows:
Aaa
Bbb
Ccc
Then selected "Ccc" and "Aaa" hit the delete button, those two would go away
and "Bbb" would be selected.
Isn't it good UI not to auto select anymore rows?
I used:
[tableView deselectAll:nil];
To do the deselect. Is there a better way?
~ Mike
--
Mike Zornek | Project Leader
Apple Student Developers
The Insanely Great Site with the Insanely Long URL
http://www.applestudentdevelopers.org
Personal Site:
http://www.mikezornek.com
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.