insert a plist in a NSTableView using a NSDictionary
insert a plist in a NSTableView using a NSDictionary
- Subject: insert a plist in a NSTableView using a NSDictionary
- From: deepak gopal <email@hidden>
- Date: Sun, 23 Sep 2007 20:17:42 +0100 (BST)
Hi
I am trying to insert a plist on to a NSTableView. So
I have two columns in tableView, one for Key and the
other for Value.
plistDictionary_ = [NSDictionary
dictionaryWithContentsOfFile:kPlistPath];
How will I load this NSDictionary onto the
NSTableView?
What should be the return value in
- (id)tableView:(NSTableView *)tableView
objectValueForTableColumn:(NSTableColumn
*)tableColumn
row:(int)row {
Thank you
DG
Chat on a cool, new interface. No download required. Go to http://in.messenger.yahoo.com/webmessengerpromo.php
_______________________________________________
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