I was messing around in IB by turning off "draw background", which
also turns off copy on scroll, on the NSScrollView that contains the
table. I am not exactly sure what this means yet, but I am in the
middle of investigating this new discovery. It may be linked to your
suggestion.
Thanks again fo
On Nov 3, 2008, at 12:35 PM, Carmen Cerino Jr. wrote:
Basically I have an array of views for every item in my data source,
and my table uses a custom cell for its data cell. This cell has a
weak reference to one of the views in the array, and it is set every
time during the tableWillDisplayCell
Basically I have an array of views for every item in my data source,
and my table uses a custom cell for its data cell. This cell has a
weak reference to one of the views in the array, and it is set every
time during the tableWillDisplayCell delegate method of the TableView.
When the cell goes to d