Hi,
I have a table view with the custom cell class assigned to its only column in 
awakeFromNib method using setDataCell:.
Then I'm doing some drawing in drawInteriorWithFrame: of the NSCell subclass.
The problem is that drawing include four lines of text and an image and a few 
lines using NSBezierPath.

This is relatively time consuming and hence when I scroll the table view, the 
scrolling is not that smooth and is a bit jerky.

Is there a way to do all this custom drawing in a manner that could make the 
scrolling faster.

Thanks,
Nick
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to