<!--
{
  "availability" : [
    "macOS: 10.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Quartz",
  "identifier" : "/documentation/Quartz/IKImageBrowserCellState",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Quartz"
    ],
    "preciseIdentifier" : "c:@EA@IKImageBrowserCellState"
  },
  "title" : "IKImageBrowserCellState"
}
-->

# IKImageBrowserCellState

The possible states for the browser cell. These values are used by the [`cellState()`](/documentation/Quartz/IKImageBrowserCell/cellState()) method.

```
struct IKImageBrowserCellState
```

## Topics

### Constants

[`IKImageStateNoImage`](/documentation/Quartz/IKImageStateNoImage)

Returned until a thumbnail has been created from the represented object.

[`IKImageStateInvalid`](/documentation/Quartz/IKImageStateInvalid)

The thumbnail is invalid. For example, an unsupported image is provided.

[`IKImageStateReady`](/documentation/Quartz/IKImageStateReady)

The receiver’s represented object has been set and the cell is ready to display.

## Relationships

### Conforms To

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Sendable`](/documentation/Swift/Sendable)

---

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)