<!--
{
  "availability" : [
    "iOS: 3.0.0 - 27.0.0",
    "iPadOS: 3.0.0 - 27.0.0",
    "macCatalyst: 13.1.0 - 27.0.0",
    "tvOS: -",
    "visionOS: 1.0.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UITableViewCell/imageView",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UITableViewCell(py)imageView"
  },
  "title" : "imageView"
}
-->

# imageView

The image view of the table cell.

```
var imageView: UIImageView? { get }
```

## Discussion

Returns the image view ([`UIImageView`](/documentation/UIKit/UIImageView) object) of the table view, which initially has no image set. If an image is set, it appears on the left side of the cell, before any label. `UITableViewCell` creates the image-view object when you create the cell.

This property is mutually exclusive with a content configuration. Setting a non-`nil` value for [`contentConfiguration`](/documentation/UIKit/UITableViewCell/contentConfiguration-9ktox) resets this property to `nil`.

## See Also

[`-  initWithStyle:reuseIdentifier:`](/documentation/UIKit/UITableViewCell/init(style:reuseIdentifier:))

Initializes a table cell with a style and a reuse identifier and returns it to the caller.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)