delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Sat Dec 26, 2015 12:07 am Post subject: Outline View |
|
|
Cocoa: What to do if outlineView:objectValueForTableColumn:byItem never gets called
"If you simply want to display the content of NSStrings, choose Cell Based,
and objectValueForTableColumn will be called"
For me, the method was called and returned proper string (as seen in console
& debugger) but the outline view showed some placeholder strings. Changing
to cell based did the trick and my own strings were used. |
|