Re: Deleting from TableView and MutableArray
Re: Deleting from TableView and MutableArray
- Subject: Re: Deleting from TableView and MutableArray
- From: Stephane Sudre <email@hidden>
- Date: Wed, 14 Apr 2004 11:11:18 +0200
On mercredi, avril 14, 2004, at 01:15 AM, Carl Sziebert wrote:
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.
- Remove the item from the array
- Call reloadData on the TableView
_______________________________________________
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.