Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set column title on OS X 10.9. #497

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

None yet

1 participant