Hello
I am having some problems giving NSImage a file. Can someone tell me why I am getting this error?
'NSImage' may not respond to '-setImage:'
Here is my code:
Does anyone know why it is giving me this warning?
Help is appreciated
Thanks
I am having some problems giving NSImage a file. Can someone tell me why I am getting this error?
'NSImage' may not respond to '-setImage:'
Here is my code:
Code:
NSImage *left;
[left setImage:[NSImage imageNamed:@"left.png"]];
Does anyone know why it is giving me this warning?
Help is appreciated
Thanks