Question

How can I set a NSImageView's Image to a file from the desktop, not from inside my app. this is the code i've tried:

[applicationIcon setImage:myImage];
Was it helpful?

Solution

You can't add a image from desktop to NSImageView.

OTHER TIPS

You have to add the image to your project, otherwise, you won't be able to use it.

You might wanna take a look at this documentation OSx Human Interface Guidelines.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top