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 (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