Re: Replacing a tableView Cell with null
Re: Replacing a tableView Cell with null
- Subject: Re: Replacing a tableView Cell with null
- From: Steven Hamilton <email@hidden>
- Date: Tue, 9 Jun 2009 19:45:01 +1000
___
return [tableColumn dataCell];
also note you have a memory leak, you want return [cell
autorelease], and probably don't want to alloc the cell until you
need it.
Gotcha. Thanks a lot.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden