reloading individual rows in tableview
reloading individual rows in tableview
- Subject: reloading individual rows in tableview
- From: David Kocher <email@hidden>
- Date: Sun, 28 Dec 2003 22:51:34 +0100
I have a tableview in which the content changes very frequently. I have
subclassed
nscell and overwritten drawInteriorWithFrameInView to draw a progress
bar and some attributed strings. How can I force the tableview to
update only a particular row? For now I am just calling
tableView.reloadData() but I suppose this is very inefficient.
thanks for your hints :)
-David
_______________________________________________
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.