imageView
An image view outlet that you can use to display images.
Declaration
@IBOutlet weak var imageView: NSImageView? { get set }Discussion
This is a convenience property for accessing an image view in your item’s view hierarchy. Normally, you configure this property in Interface Builder by connecting it to one of your item’s image views.