I have seen examples of how to do this, but it never works for me.
I want to display an image inside of a data cell of a table view.
Is this only available in XCode???
I have seen examples of how to do this, but it never works for me.
I want to display an image inside of a data cell of a table view.
Is this only available in XCode???
Yep, it’s only available in xcode. You have to drag an image cell from the object palattes to the column you want to handle images and then provide a valid nsimage to make it display. You could probably write the obj-c code to do it ‘manually’.
j