Re: Displaying 2 images in a single cell of nstableview
Re: Displaying 2 images in a single cell of nstableview
- Subject: Re: Displaying 2 images in a single cell of nstableview
- From: Nir Soffer <email@hidden>
- Date: Thu, 7 Dec 2006 20:51:13 +0200
Create a NSCell subclass, and draw those 2 (or 20) images in its
drawWithFrame:inView: method.
You can see example code in file://localhost/Developer/Examples/
AppKit/ClockControl
On Dec 7, 2006, at 16:18, vibhatha v wrote:
Hi,
i have to display 2 images in a single cell of an nstableview.
To display 1 image i am using tableview willdisplay cell function.
Any suggestions as to how can display 2 images in a single table cell?
Thanks and Regards,
Vibhatha.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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
Best Regards,
Nir Soffer
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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