Deleting from TableView and MutableArray
Deleting from TableView and MutableArray
- Subject: Deleting from TableView and MutableArray
- From: Carl Sziebert <email@hidden>
- Date: Tue, 13 Apr 2004 16:15:26 -0700
Hi all:
I am rather new to objective-c and am having trouble figuring out the
correct way to do the following:
My application has a table view that displays items which are a subset
of a master mutable array. The issue that I am attempting to solve is
when I choose an item in the table view and want to delete it. It
should be removed from both the table view and the master array.
Any advice is greatly appreciated.
TIA,
Carl
_______________________________________________
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.