---
title: imageView
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nscollectionviewitem/imageview
---

# imageView

An image view outlet that you can use to display images.

## Declaration

```swift
@IBOutlet weak var imageView: NSImageView? { get set }
```

## Discussion

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.

## See Also

### Getting and Setting Image and Text Fields

- [textField](appkit/nscollectionviewitem/textfield.md)
