What is an id?
What is an id?
- Subject: What is an id?
- From: "john darnell" <email@hidden>
- Date: Thu, 22 May 2008 12:05:43 -0500
- Thread-topic: What is an id?
Okay, this is a really basic question, but I need some help figuring out
what the code wants.
In the documentation for NSTableView, I am told that I must implement as
part of a datasource the following function:
- (id) tableView:(NSTableView *) aTableView
objectValueForTableColumn: (NSTableColumn *) aTableColumn
row: (int) row
{
/* some code here */
return id;
}
The question is, what does the code want me returning as an id?
I tried to do a search in Cocoa Help on id and as you might imagine, I
got lots and lots of hits, none of which looked anywhere near what I
wanted for an explanation of what id is. So what is the framework
expecting me to return?
R,
John A.M. Darnell
Team Leader
Walsworth Publishing Company
Brookfield, MO
John may also be reached at email@hidden
Trivia Question: In SciFi Channel's hit series, FARSCAPE, who played
the voice of Pilot?
Answer: The voice of Pilot was played by Lani Tupu, the same actor who
played the villain-turned-refugee, Crais.
_______________________________________________
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