NSTableColumn second Text Cell child
NSTableColumn second Text Cell child
- Subject: NSTableColumn second Text Cell child
- From: Roland King <email@hidden>
- Date: Mon, 01 Dec 2014 21:27:06 +0800
I have an NSOutlineView built in IB, each column I added is automatically given this same format (where indents imply children).
NSTableColumn
NSTableCellView
NSTextField
NSTextFieldCell
NSTextFieldCell (called ‘Text Cell’)
I believe I understand the hierarchy under the NSTableCellView - that’s just giving me in the end a TextField to put a label in. But what is the second child of the NSTableColumn, the one called “Text Cell”? I can delete the NSTableCellView, but not its NSTextFieldCell sibling at the bottom.
Is that ‘Text Cell’ something to do with the old cell-based table (I’m using a view-based table) or is it something else? It’s not hooked up to anything, no connection to an outlet, it just .. sits there. When you select it in the sidebar the entire column is highlighted, unlike selecting the NSTableCellView which just highlights as if it were the top cell of the column.
_______________________________________________
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