Re: setIntercellSpacing
Re: setIntercellSpacing
- Subject: Re: setIntercellSpacing
- From: Corbin Dunn <email@hidden>
- Date: Wed, 28 Jan 2009 14:02:50 -0800
Le Jan 28, 2009 à 1:51 PM, Mr. Gecko a écrit :
It only seemed to mess up when I resized the window. Now it seems to
not be doing it, I don't know what I changed...
Oh, well, you forgot to mention that earlier. It may be due to live-
resize caching. Try subclassing the tableview, override -drawRect:,
and call super (that's it). It disables the caching. This is an issue
that is being worked on, but if you can reproduce a problem, *please*
log bugs.
thanks,
corbin
On Jan 28, 2009, at 3:30 PM, Corbin Dunn wrote:
hi mr gecko,
you probably have something else wrong; the intercell spacing just
affects the spacing between cells in the tableview. look for
exceptions, and/or try experimenting with drawing in your cell.
corbin
Le Jan 28, 2009 à 11:44 AM, Mr. Gecko a écrit :
Hello, I'm having a problem where [self
setIntercellSpacing:NSMakeSize(0.0, 0.0)]; will make all my rows
disappear from the table... I need this so I can have a custom
background for the selected rows.
How might I fix this?
Mr. Gecko
_______________________________________________
_______________________________________________
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