fdh
fdh

Reputation: 5344

Add an image to NSImageView?

How do I add an image to NSImageView with Interface Builder? I do not want to do this programatically.

Upvotes: 1

Views: 1071

Answers (1)

Regexident
Regexident

Reputation: 29552

In the info palette there is a textfield for entering an image file's name (extension optional):

enter image description here

Keep in mind that referenced images must have been added to your Xcode project. (thanks @sgermain06)

Upvotes: 5

Related Questions