Skip to content

Conversation

mansourmoufid
Copy link

Hello,

The title property of NSTableColumn is only available on macOS 10.10+, so I get the following error on OS X 10.9.5:

2020-05-12 12:01:59.876 x[40635:303] get 0x0
2020-05-12 12:01:59.899 x[40635:303] -[uiprivTextImageCheckboxTableColumn setTitle:]: unrecognized selector sent to instance 0x7f9d43e184c0
2020-05-12 12:01:59.958 x[40635:303] An uncaught exception was raised
2020-05-12 12:01:59.959 x[40635:303] -[uiprivTextImageCheckboxTableColumn setTitle:]: unrecognized selector sent to instance 0x7f9d43e184c0

However the headerCell property of NSTableColumn, which inherits from NSCell, supports the stringValue property on all versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant