Hi,
I'm trying to find a way to display different kinds of NSCell subclasses (like Text Field, Check Box, etc.) for different rows but in the same column of an NSTableView.
I've been trying to find an answer on the web, but maybe I'm not using the right search queries because I keep drawing blanks.
In case you're interested, what I'm hoping to achieve is a way to allow a user to add something like properties (of different kinds) to an object at runtime, which would then be displayed in a list so that he can edit the values for these properties.
Any help would be appreciated
I'm trying to find a way to display different kinds of NSCell subclasses (like Text Field, Check Box, etc.) for different rows but in the same column of an NSTableView.
I've been trying to find an answer on the web, but maybe I'm not using the right search queries because I keep drawing blanks.
In case you're interested, what I'm hoping to achieve is a way to allow a user to add something like properties (of different kinds) to an object at runtime, which would then be displayed in a list so that he can edit the values for these properties.
Any help would be appreciated