Re: Tableview similar to the network preferences in snowleopard
Re: Tableview similar to the network preferences in snowleopard
- Subject: Re: Tableview similar to the network preferences in snowleopard
- From: "email@hidden" <email@hidden>
- Date: Thu, 14 Oct 2010 12:48:21 +0100
On 14 Oct 2010, at 11:24, Rajendran P wrote:
> I am planning to implement a tableview similar to the one present in System
> Preferences ---> network pane .will be appropriate to implemented it using a
> custom cell similar to ImageAndText cell or is there any other alternate method
> available in snowleopard?
A customised cell is the way to go and there's nothing new in this regard in SL.
If the tableview is similar to the network pane then you could implement it in three columns.
col1 - NSImageCell
col2 - custom two line text cell
col3 - NSImageCell
This reduces the complexity of your custom NSCell subclass.
Regards
Jonathan Mitchell
Developer
Mugginsoft LLP
http://www.mugginsoft.com_______________________________________________
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