Re: Problem drawing outside of drawRect: in a custom table cell
Re: Problem drawing outside of drawRect: in a custom table cell
- Subject: Re: Problem drawing outside of drawRect: in a custom table cell
- From: Erik Buck <email@hidden>
- Date: Wed, 10 Dec 2008 09:23:48 -0500
You don't have to draw outside of -drawRect:. Instead of invalidating
the table, just call -setNeedsDisplayInRect: or -displayInRect: and
pass only the rect of the row that needs to be redrawn.
_______________________________________________
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