Re: TableView refresh
Re: TableView refresh
- Subject: Re: TableView refresh
- From: Dustin Mierau <email@hidden>
- Date: Thu, 7 Feb 2002 02:19:49 -0800
Well, I don't know about the rest of you, but I always thought part of
being an interface developer was to have your drawing code redraw as
little as possible, only what is necessary. I have 1 cell that needs to
be redrawn, it makes no sense to me to redraw the entire table because
of it. Anyway, I decided to roll my own table like view so I'll stop
whining now.
Thanks,
-dustin
On Thursday, February 7, 2002, at 01:38 AM, Smith, Bradley wrote:
I think I'm right in saying that reloadData will only reload the visible
data (someone will correct me if I'm wrong) so performance probably
isn't a
problem, although that depends on how quickly your data source can
provide
data I suppose.
Brad
On 2/6/02 12:09 AM, "Dustin Mierau" <email@hidden> wrote:
I need to be able to refresh the data for a single cell in a table, is
this possible? Also, is it possible to refresh a table column? I only
see the method reloadData, but that seems like quite a price to pay
just
to reload a single cell.
Thanks,
-dustin
_______________________________________________
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.