Re: Display the elements of array in a tablview ?
Re: Display the elements of array in a tablview ?
- Subject: Re: Display the elements of array in a tablview ?
- From: "I. Savant" <email@hidden>
- Date: Tue, 7 Jul 2009 10:45:39 -0400
On Jul 7, 2009, at 10:43 AM, Bright wrote:
There is an array with several elements in my application. And I
have shown the elements in a tableview
using binding.
But now I need to display the elements using code only. Could
anyone help me? Which method should
I use?
You want to study NSTableDataSource:
http://developer.apple.com/documentation/Cocoa/Conceptual/TableView/Tasks/UsingTableDataSource.html#//apple_ref/doc/uid/20000117
This is how things were done before Bindings. Read thoroughly.
--
I.S.
_______________________________________________
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