Column identifier specification in NSTableView, IB 3.0
Column identifier specification in NSTableView, IB 3.0
- Subject: Column identifier specification in NSTableView, IB 3.0
- From: comcast <email@hidden>
- Date: Thu, 27 Dec 2007 21:33:14 -0500
I am trying to implement NSTableView. In my controller's tableView:(NSTableView *)tableView objectValueForTableColumn:(NSTableColumn *)tableColumn row:(int)row
I use [tableColumn identifier] to get the specification for the column. I understand I should specify this identifier in IB. However I can't seem to get it right. In IB I indicate a column of my TableView. Then I have tried specifying both "Accessibility identity name" and "Interface builder identity name". Both result in a nil for [tableColumn identifier]. Is there another place to specify the column identifier?
I am using Xcode v 3.0 and IB 3.0. |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden